Skip to content

Commit

Permalink
flake8 to ignore black formatting choices
Browse files Browse the repository at this point in the history
  • Loading branch information
Svenito committed May 6, 2024
1 parent 22feb4a commit 7cc7586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ isort = "^5.12.0"
[tool.flake8]
max-line-length = 88
ignore = [
'E203', 'E231', 'W604'
'E203', 'E231', 'W604', 'W503'
]
per-file-ignores = [
'default_conf.py:E501',
Expand Down

0 comments on commit 7cc7586

Please sign in to comment.