1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

updated ruff

This commit is contained in:
Bastian Venthur
2024-02-02 10:16:22 +01:00
parent f78a1c0696
commit 8bf7b74dcc
2 changed files with 6 additions and 6 deletions

View File

@@ -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"

View File

@@ -6,6 +6,6 @@ twine==4.0.2
wheel==0.42.0
pytest==7.4.3
pytest-cov==4.1.0
ruff==0.1.14
ruff==0.2.00
mypy==1.8.0
types-markdown==3.5.0.20240129