We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a03f77 commit 85e00ffCopy full SHA for 85e00ff
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
# Python
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
# Ruff version.
22
- rev: v0.1.3
+ rev: v0.2.0
23
hooks:
24
- id: ruff
25
args: ["--fix"]
pyproject.toml
@@ -71,7 +71,7 @@ write_to = "dpdata/_version.py"
71
[tool.isort]
72
profile = "black"
73
74
-[tool.ruff]
+[tool.ruff.lint]
75
select = [
76
"E", # errors
77
"F", # pyflakes
@@ -101,5 +101,5 @@ ignore = [
101
]
102
ignore-init-module-imports = true
103
104
-[tool.ruff.pydocstyle]
+[tool.ruff.lint.pydocstyle]
105
convention = "numpy"
0 commit comments