mirror of
https://github.com/thegeeklab/git-batch.git
synced 2024-11-21 18:40:40 +00:00
use consistent line length
This commit is contained in:
parent
23f1a386ef
commit
2b3385b13c
6
.flake8
6
.flake8
@ -1,7 +1,7 @@
|
|||||||
[flake8]
|
[flake8]
|
||||||
# Temp disable Docstring checks D101, D102, D103, D107
|
# Temp disable Docstring checks D101, D102, D103, D107
|
||||||
ignore = E501, W503, F401, N813, D101, D102, D103, D107
|
ignore = E501, W503, F401, N813, D101, D102, D103, D107
|
||||||
max-line-length = 100
|
max-line-length = 110
|
||||||
inline-quotes = double
|
inline-quotes = double
|
||||||
exclude = .git,.tox,__pycache__,build,dist,tests,*.pyc,*.egg-info,.cache,.eggs,env*
|
exclude = .git,.tox,__pycache__,build,dist,tests,*.pyc,*.egg-info,.cache,.eggs,env*
|
||||||
application-import-names = ansiblelater
|
application-import-names = ansiblelater
|
||||||
|
@ -10,8 +10,8 @@ default_section = THIRDPARTY
|
|||||||
known_first_party = gitbatch
|
known_first_party = gitbatch
|
||||||
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
|
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
|
||||||
force_single_line = true
|
force_single_line = true
|
||||||
line_length = 120
|
line_length = 110
|
||||||
skip_glob = **/.venv/*
|
skip_glob = **/env/*
|
||||||
|
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
filterwarnings =
|
filterwarnings =
|
||||||
|
Loading…
Reference in New Issue
Block a user