forked from github.com/blag
updated ruff
This commit is contained in:
@@ -64,6 +64,10 @@ addopts = """
|
||||
"""
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 79
|
||||
target-version = "py38"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
"F", # pyflakes
|
||||
"E", "W", # pycodestyle
|
||||
@@ -72,11 +76,7 @@ select = [
|
||||
"D", # pydocstyle
|
||||
"UP" # pyupgrade
|
||||
]
|
||||
line-length = 79
|
||||
target-version = "py38"
|
||||
|
||||
[tool.ruff.pydocstyle]
|
||||
convention = "numpy"
|
||||
pydocstyle.convention = "numpy"
|
||||
|
||||
[tool.mypy]
|
||||
files = "blag,tests"
|
||||
|
||||
Reference in New Issue
Block a user