Skip to content

Commit

Permalink
fix flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Schick committed Jun 13, 2023
1 parent 1140fe1 commit 0a027e2
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[flake8]
max-line-length=99
ignore = E121, E123, E126, E133, E226, E241, E242, E402, E704, W503, W504, W505 and W605
ignore =
E121,
E123,
E126,
E133,
E226,
E241,
E242,
E402,
E704,
W503,
W504,
W505,
W605
exclude = docs,build,dist

0 comments on commit 0a027e2

Please sign in to comment.