Update ruff rules
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user