Skip to content

Commit

Permalink
chore: long term fix for bugbear opinionated checks (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Dec 9, 2022
1 parent da36519 commit 6646b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
extend-ignore = E501, W503, E203, B950, B905
extend-select = B9
extend-ignore = E501, W503, E203
extend-select = B902, B903, B904
import-order-style = google
application-import-names = nox,tests

0 comments on commit 6646b24

Please sign in to comment.