Skip to content

Commit

Permalink
Automated pre-commit hook update (#2470)
Browse files Browse the repository at this point in the history
Co-authored-by: MatthewMiddlehurst <[email protected]>
  • Loading branch information
1 parent a4b8b3f commit 031c3d6
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 @@ -29,13 +29,13 @@ repos:
args: [ "--create", "--python-folders", "aeon" ]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.3
rev: v0.8.4
hooks:
- id: ruff
args: [ "--fix"]

- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [ "--py39-plus" ]
Expand Down

0 comments on commit 031c3d6

Please sign in to comment.