Update ruff rules

This commit is contained in:
2023-12-01 12:34:53 +01:00
parent 738f888982
commit 0ae4fb1375
2 changed files with 133 additions and 5 deletions

View File

@@ -31,11 +31,6 @@ force_grid_wrap = 0
use_parentheses = true
line_length = 79
[tool.mypy]
pretty = true
show_traceback = true
allow_redefinition = true
[tool.black]
line-length = 79
target-version = ['py38']
@@ -59,3 +54,6 @@ exclude = '''
# the root of the project
)
'''
[tool.ruff.lint]
ignore = ["E402"]