Skip to content

Commit

Permalink
Automated pre-commit hook update (#1907)
Browse files Browse the repository at this point in the history
Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>
  • Loading branch information
1 parent 02f4dfb commit 7eb8e76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.5.5
rev: v0.5.6
hooks:
- id: ruff
args: [ "--fix"]
Expand All @@ -48,14 +48,14 @@ repos:
args: [ "--profile=black", "--multi-line=3" ]

- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies: [ flake8-bugbear, flake8-print, Flake8-pyproject ]
args: [ "--max-line-length=88", "--extend-ignore=E203" ]

- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
language_version: python3
Expand Down

0 comments on commit 7eb8e76

Please sign in to comment.