Skip to content

Commit

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

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.5
rev: v0.9.6
hooks:
- id: ruff
args: [ "--fix"]
Expand All @@ -48,7 +48,7 @@ repos:
args: [ "--profile=black", "--multi-line=3" ]

- repo: https://github.com/pycqa/flake8
rev: 7.1.1
rev: 7.1.2
hooks:
- id: flake8
additional_dependencies: [ flake8-bugbear, flake8-print, Flake8-pyproject ]
Expand Down

0 comments on commit 6f75a45

Please sign in to comment.