Skip to content

Commit

Permalink
chore(ci): Updated Flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
b32147 committed Nov 7, 2024
1 parent 9366ab0 commit e0431aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ exclude = '''
)/
'''

[tool.flake8]
max-line-length = 120
extend-ignore = ["E402"]
exclude = [".git", "__pycache__", "dist"]
max-complexity = 10

[tool.tox]
legacy_tox_ini = '''
Expand Down

0 comments on commit e0431aa

Please sign in to comment.