Rename setup.cfg to .flake8
We only use it to store flake8 config, and it turns out flake8 didn't actually deprecate .flake8.
This commit is contained in:
parent
aea30e810a
commit
b755d56c02
@ -38,5 +38,6 @@ exclude .travis.yml
|
|||||||
exclude codecov.yml
|
exclude codecov.yml
|
||||||
exclude .pydocstylerc
|
exclude .pydocstylerc
|
||||||
exclude misc/appveyor_install.py
|
exclude misc/appveyor_install.py
|
||||||
|
exclude .flake8
|
||||||
|
|
||||||
global-exclude __pycache__ *.pyc *.pyo
|
global-exclude __pycache__ *.pyc *.pyo
|
||||||
|
Loading…
Reference in New Issue
Block a user