Skip to content

Commit

Permalink
Ignore new ANN401 introduced by sco1/flake8-annotations#131 with flak…
Browse files Browse the repository at this point in the history
…e8-annotations 2.8.0
  • Loading branch information
snazy committed Apr 1, 2022
1 parent eb8ff18 commit 9c8f5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/setup.cfg
@@ -1,7 +1,7 @@

[flake8]
select = ANN,B,B9,B950,BLK,C,D,E,F,I,S,W
ignore = E203,E510,W503,S101,D412,W503
ignore = ANN401,E203,E510,W503,S101,D412,W503
extend-ignore = E203
max-line-length = 140
max-complexity = 10
Expand Down

0 comments on commit 9c8f5d1

Please sign in to comment.