Skip to content

Commit

Permalink
Update pre-commit hooks (#331)
Browse files Browse the repository at this point in the history
Co-authored-by: ci-bot <[email protected]>
Co-authored-by: Thibaut Durand <[email protected]>
  • Loading branch information
3 people authored Dec 18, 2024
1 parent a2ed4d2 commit f296197
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 @@ -5,7 +5,7 @@ default_stages: [ pre-commit ]

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [ --py39-plus ]
Expand Down Expand Up @@ -58,7 +58,7 @@ repos:
additional_dependencies:
- black>=24.10
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.8.2
rev: v0.8.3
hooks:
- id: ruff
types_or: [ python, pyi, jupyter ]
Expand Down

0 comments on commit f296197

Please sign in to comment.