mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +00:00
Use black to reformat Flake8
Instead of just using Flake8 and pylint to keep Flake8 clean, let's also use black to make it less manual for clean-up.
This commit is contained in:
parent
a2b7a7e4c5
commit
c58a4662d8
27 changed files with 1052 additions and 812 deletions
|
|
@ -40,7 +40,7 @@ python37:
|
|||
script: tox -e py37
|
||||
|
||||
linters:
|
||||
image: python:3.5
|
||||
image: python:3.6
|
||||
stage: test
|
||||
script: tox -e linters
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue