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 Mar 31, 2022
1 parent 8a2f5a9 commit 2b03816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.cfg
Expand Up @@ -17,7 +17,7 @@ universal = 1
[flake8]
exclude = docs
select = ANN,B,B9,B950,BLK,C,D,E,F,I,S,W
ignore = ANN101,ANN102,S101,D412,W503
ignore = ANN101,ANN102,ANN401,S101,D412,W503
max-line-length = 140
max-complexity = 10
application-import-names = pynessie,tests
Expand Down

0 comments on commit 2b03816

Please sign in to comment.