kopia lustrzana https://github.com/jedie/PyInventory
line_length = 100
rodzic
bd2df7142c
commit
40a26d3b61
|
@ -111,7 +111,7 @@ build-backend = "poetry.core.masonry.api"
|
||||||
[tool.darker]
|
[tool.darker]
|
||||||
src = ['.']
|
src = ['.']
|
||||||
revision = "origin/main..."
|
revision = "origin/main..."
|
||||||
line_length = 120
|
line_length = 100
|
||||||
verbose = true
|
verbose = true
|
||||||
skip_string_normalization = true
|
skip_string_normalization = true
|
||||||
diff = false
|
diff = false
|
||||||
|
@ -125,14 +125,14 @@ log_level = "INFO"
|
||||||
|
|
||||||
|
|
||||||
[tool.flynt]
|
[tool.flynt]
|
||||||
line_length = 120
|
line_length = 100
|
||||||
|
|
||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
# https://pycqa.github.io/isort/docs/configuration/config_files/#pyprojecttoml-preferred-format
|
# https://pycqa.github.io/isort/docs/configuration/config_files/#pyprojecttoml-preferred-format
|
||||||
atomic=true
|
atomic=true
|
||||||
profile='black'
|
profile='black'
|
||||||
line_length=120
|
line_length=100
|
||||||
skip_glob=[".*", "*/htmlcov/*","*/migrations/*","*/volumes/*"]
|
skip_glob=[".*", "*/htmlcov/*","*/migrations/*","*/volumes/*"]
|
||||||
known_first_party=["inventory","inventory_project","inventory_tests"]
|
known_first_party=["inventory","inventory_project","inventory_tests"]
|
||||||
lines_after_imports=2
|
lines_after_imports=2
|
||||||
|
|
Ładowanie…
Reference in New Issue