We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a84a940 + c05853f commit 8018643Copy full SHA for 8018643
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
22
- id: black
23
24
- repo: https://github.com/astral-sh/ruff-pre-commit
25
- rev: v0.8.6
+ rev: v0.9.1
26
hooks:
27
- id: ruff
28
args: [--fix, --exit-non-zero-on-fix]
tests/ruff.toml
@@ -4,7 +4,7 @@ extend = "../pyproject.toml"
4
# And extend linting to include pytest specific rules and configuration
5
[lint]
6
extend-select = ["PT"]
7
-ignore = ["PT004", "PT011"]
+ignore = ["PT011"]
8
9
[lint.flake8-pytest-style]
10
mark-parentheses = false
0 commit comments