Skip to content

Commit 6f75a45

Browse files
Automated pre-commit hook update (#2541)
Co-authored-by: MatthewMiddlehurst <[email protected]>
1 parent 7617d53 commit 6f75a45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
args: [ "--create", "--python-folders", "aeon" ]
3030

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

5050
- repo: https://github.com/pycqa/flake8
51-
rev: 7.1.1
51+
rev: 7.1.2
5252
hooks:
5353
- id: flake8
5454
additional_dependencies: [ flake8-bugbear, flake8-print, Flake8-pyproject ]

0 commit comments

Comments
 (0)