fix editorconfig

This commit is contained in:
JensDiemer 2022-08-12 17:55:49 +02:00
parent b63416413a
commit 1e420d9ba9
2 changed files with 6 additions and 5 deletions

View file

@ -10,7 +10,7 @@ trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
line_length = 119
max_line_length = 100
[{Makefile,**.mk}]
indent_style = tab
@ -18,4 +18,3 @@ insert_final_newline = false
[*.yml]
indent_style = tab
indent_size = 4

View file

@ -34,7 +34,7 @@ build-backend = "poetry.core.masonry.api"
[tool.darker]
src = ['.']
revision = "origin/master..."
line_length = 120
line_length = 100
verbose = true
skip_string_normalization = true
diff = false
@ -46,16 +46,18 @@ lint = [
]
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
skip_glob=["*/htmlcov/*","*/migrations/*"]
known_first_party=[]
line_length=100
lines_after_imports=2