chore: remove flake8-color
This commit is contained in:
parent
5a8a0edeb2
commit
0cbe2ffdbd
19
.flake8
19
.flake8
@ -1,19 +0,0 @@
|
|||||||
[flake8]
|
|
||||||
ignore = D101, D102, D103, D105, D107, D202, E402, W503, B902
|
|
||||||
max-line-length = 99
|
|
||||||
inline-quotes = double
|
|
||||||
exclude =
|
|
||||||
.git
|
|
||||||
.tox
|
|
||||||
__pycache__
|
|
||||||
build
|
|
||||||
dist
|
|
||||||
test
|
|
||||||
*.pyc
|
|
||||||
*.egg-info
|
|
||||||
.cache
|
|
||||||
.eggs
|
|
||||||
env*
|
|
||||||
iptables_raw.py
|
|
||||||
application-import-names = ansiblelater
|
|
||||||
format = ${cyan}%(path)s:%(row)d:%(col)d${reset}: ${red_bold}%(code)s${reset} %(text)s
|
|
@ -1,15 +1,14 @@
|
|||||||
pydocstyle<4.0.0
|
pydocstyle
|
||||||
flake8
|
flake8
|
||||||
flake8-colors
|
|
||||||
flake8-blind-except
|
flake8-blind-except
|
||||||
flake8-builtins
|
flake8-builtins
|
||||||
flake8-docstrings<=3.0.0
|
flake8-docstrings
|
||||||
flake8-isort
|
flake8-isort
|
||||||
flake8-logging-format
|
flake8-logging-format
|
||||||
flake8-polyfill
|
flake8-polyfill
|
||||||
flake8-quotes
|
flake8-quotes
|
||||||
flake8-pep3101
|
flake8-pep3101
|
||||||
flake8-eradicate; python_version >= "3.6"
|
flake8-eradicate
|
||||||
pep8-naming
|
pep8-naming
|
||||||
wheel
|
wheel
|
||||||
pytest
|
pytest
|
||||||
|
19
setup.cfg
19
setup.cfg
@ -1,6 +1,5 @@
|
|||||||
[isort]
|
[isort]
|
||||||
default_section = THIRDPARTY
|
default_section = THIRDPARTY
|
||||||
known_first_party = ansiblelater
|
|
||||||
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
|
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
|
||||||
force_single_line = true
|
force_single_line = true
|
||||||
line_length = 99
|
line_length = 99
|
||||||
@ -23,3 +22,21 @@ filterwarnings =
|
|||||||
omit =
|
omit =
|
||||||
**/test/*
|
**/test/*
|
||||||
**/.venv/*
|
**/.venv/*
|
||||||
|
|
||||||
|
[flake8]
|
||||||
|
ignore = D101, D102, D103, D105, D107, D202, E402, W503, B902
|
||||||
|
max-line-length = 99
|
||||||
|
inline-quotes = double
|
||||||
|
exclude =
|
||||||
|
.git
|
||||||
|
.tox
|
||||||
|
__pycache__
|
||||||
|
build
|
||||||
|
dist
|
||||||
|
test
|
||||||
|
*.pyc
|
||||||
|
*.egg-info
|
||||||
|
.cache
|
||||||
|
.eggs
|
||||||
|
env*
|
||||||
|
iptables_raw.py
|
||||||
|
Loading…
Reference in New Issue
Block a user