Skip to content

Commit

Permalink
pre-commit autoupdate (#2495)
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl authored Sep 25, 2024
1 parent 2e8a8df commit cb0682c
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 @@ -12,7 +12,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.1
rev: v0.6.7
hooks:
# Run the linter.
- id: ruff
Expand All @@ -28,7 +28,7 @@ repos:
- python/sdist/pyproject.toml

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.17.0
hooks:
- id: pyupgrade
args: ["--py310-plus"]
Expand Down

0 comments on commit cb0682c

Please sign in to comment.