Skip to content

Commit 8018643

Browse files
authored
Merge pull request #13167 from DimitriPapadopoulos/ruff_0.9.1
Upgrade to ruff 0.9.1
2 parents a84a940 + c05853f commit 8018643

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: black
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.8.6
25+
rev: v0.9.1
2626
hooks:
2727
- id: ruff
2828
args: [--fix, --exit-non-zero-on-fix]

tests/ruff.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ extend = "../pyproject.toml"
44
# And extend linting to include pytest specific rules and configuration
55
[lint]
66
extend-select = ["PT"]
7-
ignore = ["PT004", "PT011"]
7+
ignore = ["PT011"]
88

99
[lint.flake8-pytest-style]
1010
mark-parentheses = false

0 commit comments

Comments
 (0)