Skip to content

Commit

Permalink
Merge pull request #13455 from PennyDreadfulMTG/pre-commit-ci-update-…
Browse files Browse the repository at this point in the history
…config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
mergify[bot] authored Dec 23, 2024
2 parents d4b12ff + e94b2c9 commit 8511925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ repos:
args: [--remove-all-unused-imports, --in-place, --ignore-init-module-imports]
exclude: wsgi$
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py310-plus]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.3
rev: v0.8.4
hooks:
- id: ruff
args: ["check", "--select", "I", "--fix"]

0 comments on commit 8511925

Please sign in to comment.