Skip to content

Commit

Permalink
Update .flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattalli authored Oct 5, 2022
1 parent f299108 commit 7955c89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[flake8]
ignore = E203, E266
inline-quotes = "
ignore = E203, E266, W503, ANN002, ANN003, ANN101, ANN102, ANN401, N807, N818
max-line-length = 79
max-complexity = 18
select = B,C,E,F,W,T4,B9
select = B,C,E,F,W,T4,B9,ANN,Q0,N8,VNE
exclude = venv, tests

0 comments on commit 7955c89

Please sign in to comment.