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 de12354
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 @@ -37,7 +37,7 @@ isort = "^5.12.0"

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

0 comments on commit de12354

Please sign in to comment.