line_length = 100

pull/111/head
JensDiemer 2022-07-28 21:13:54 +02:00
rodzic bd2df7142c
commit 40a26d3b61
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -111,7 +111,7 @@ build-backend = "poetry.core.masonry.api"
[tool.darker]
src = ['.']
revision = "origin/main..."
line_length = 120
line_length = 100
verbose = true
skip_string_normalization = true
diff = false
@ -125,14 +125,14 @@ log_level = "INFO"
[tool.flynt]
line_length = 120
line_length = 100
[tool.isort]
# https://pycqa.github.io/isort/docs/configuration/config_files/#pyprojecttoml-preferred-format
atomic=true
profile='black'
line_length=120
line_length=100
skip_glob=[".*", "*/htmlcov/*","*/migrations/*","*/volumes/*"]
known_first_party=["inventory","inventory_project","inventory_tests"]
lines_after_imports=2