Skip to content

Commit

Permalink
Fixed incompability between Black 24.3.0 and flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
evgkirov committed Apr 9, 2024
1 parent 83daa9b commit 09cf908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
max-line-length = 100
max-complexity = 5
exclude = .venv,venv,**/migrations/*,snapshots
extend-ignore = E203,E701
per-file-ignores =
tests/**: S101
**/tests/**: S101
Expand Down

0 comments on commit 09cf908

Please sign in to comment.