Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» (tools): Add flake8, pylintrc files
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Oct 29, 2024
1 parent 5542a70 commit ce08bee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Leka - iOS Monorepo
# Copyright APF France handicap
# SPDX-License-Identifier: Apache-2.0

[flake8]
max-line-length = 120
6 changes: 6 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Leka - iOS Monorepo
# Copyright APF France handicap
# SPDX-License-Identifier: Apache-2.0

[LOGGING]
disable=logging-fstring-interpolation

0 comments on commit ce08bee

Please sign in to comment.