Skip to content

Commit f5620d3

Browse files
authored
Merge pull request #2582 from SciTools/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 66ac4a3 + 61cda88 commit f5620d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
autoupdate_schedule: 'quarterly'
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: "v5.0.0"
6+
rev: "v6.0.0"
77
hooks:
88
# Prevent giant files from being committed
99
- id: check-added-large-files
@@ -37,7 +37,7 @@ repos:
3737
- id: sort-all
3838
types: [file, python]
3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: 'v0.12.2'
40+
rev: 'v0.13.3'
4141
hooks:
4242
- id: ruff
4343
args: [--fix]

0 commit comments

Comments
 (0)