Skip to content

Commit 67b8c3d

Browse files
aeon-actions-bot[bot]TonyBagnallMatthewMiddlehurst
authored
[MNT] Automated pre-commit hook update (#3019)
* Automated `pre-commit` hook update * Update .pre-commit-config.yaml --------- Co-authored-by: TonyBagnall <[email protected]> Co-authored-by: Matthew Middlehurst <[email protected]>
1 parent d97b4b4 commit 67b8c3d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-ast
66
- id: check-added-large-files
@@ -15,8 +15,6 @@ repos:
1515
- id: end-of-file-fixer
1616
exclude: "^docs/examples"
1717
- id: fix-byte-order-marker
18-
- id: fix-encoding-pragma
19-
args: [ "--remove" ]
2018
- id: name-tests-test
2119
args: [ "--pytest-test-first" ]
2220
- id: requirements-txt-fixer
@@ -29,7 +27,7 @@ repos:
2927
args: [ "--create", "--python-folders", "aeon" ]
3028

3129
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.12.7
30+
rev: v0.12.8
3331
hooks:
3432
- id: ruff
3533
args: [ "--fix"]

0 commit comments

Comments
 (0)