Use extend-select over select.

This commit is contained in:
george 2022-02-06 21:36:37 +00:00
parent 813e83d673
commit 83434c3212
No known key found for this signature in database
GPG Key ID: D30164B91DE6EEE3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[flake8]
max-line-length = 88
extend-select = B,B902,B903,B904,B950
extend-select = B902,B903,B904,B950
extend-ignore =
# For black compatibility
E203,