Skip to content

Commit

Permalink
Ignore some flake rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Svenito committed May 6, 2024
1 parent fb00b87 commit 22feb4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ isort = "^5.12.0"

[tool.flake8]
max-line-length = 88
ignore = [
'E203', 'E231', 'W604'
]
per-file-ignores = [
'default_conf.py:E501',
]
Expand Down

0 comments on commit 22feb4a

Please sign in to comment.