Skip to content

Commit

Permalink
Merge pull request #13167 from DimitriPapadopoulos/ruff_0.9.1
Browse files Browse the repository at this point in the history
Upgrade to ruff 0.9.1
  • Loading branch information
sbidoul authored Jan 15, 2025
2 parents a84a940 + c05853f commit 8018643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion tests/ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ extend = "../pyproject.toml"
# And extend linting to include pytest specific rules and configuration
[lint]
extend-select = ["PT"]
ignore = ["PT004", "PT011"]
ignore = ["PT011"]

[lint.flake8-pytest-style]
mark-parentheses = false
Expand Down

0 comments on commit 8018643

Please sign in to comment.