mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 07:44:16 +00:00
automatic: pyupgrade --py36-plus
This commit is contained in:
parent
8cc3fc01e8
commit
358ae85120
51 changed files with 185 additions and 149 deletions
3
tox.ini
3
tox.ini
|
|
@ -31,7 +31,6 @@ deps =
|
|||
flake8
|
||||
flake8-bugbear
|
||||
flake8-docstrings>=1.3.1
|
||||
flake8-import-order>=0.9
|
||||
flake8-typing-imports>=1.1
|
||||
pep8-naming
|
||||
commands =
|
||||
|
|
@ -141,5 +140,3 @@ exclude =
|
|||
.cache,
|
||||
.eggs
|
||||
max-complexity = 10
|
||||
import-order-style = google
|
||||
application-import-names = flake8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue