Skip to content

Commit

Permalink
Minor flake8 adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
icgood committed Mar 19, 2023
1 parent 202e92e commit 9adf746
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .flake8
@@ -1,2 +1,7 @@
[flake8]
exclude = pymapadmin/grpc
extend-select = B901, B902, B903, B904
extend-ignore = ANN101, ANN102
per-file-ignores =
test/*: ANN
tasks/*: ANN, B028
2 changes: 2 additions & 0 deletions requirements-dev.txt
Expand Up @@ -4,6 +4,8 @@
build
mypy
flake8
flake8-annotations
flake8-bugbear
autopep8
pytest
pytest-asyncio
Expand Down

0 comments on commit 9adf746

Please sign in to comment.