mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user