mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 11:58:37 +09:00
🚨 Updated liner config
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
[flake8]
|
[flake8]
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
exclude = .tox,.git,*/settings/*,*/migrations/*,*/static/CACHE/*,docs,node_modules,venv
|
exclude = .tox,.git,*/settings/*,*/migrations/*,*/static/CACHE/*,docs,node_modules,venv
|
||||||
|
extend-ignore = E203
|
||||||
|
|
||||||
[pycodestyle]
|
[pycodestyle]
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
@@ -16,6 +17,7 @@ skip_glob = **/migrations/*.py
|
|||||||
include_trailing_comma = true
|
include_trailing_comma = true
|
||||||
force_grid_wrap = 0
|
force_grid_wrap = 0
|
||||||
use_parentheses = true
|
use_parentheses = true
|
||||||
|
profile = black
|
||||||
|
|
||||||
[pycln]
|
[pycln]
|
||||||
exclude = __init__.py,
|
exclude = __init__.py,
|
||||||
|
|||||||
Reference in New Issue
Block a user