Skip to content

Commit 4a2f250

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/psf/black-pre-commit-mirror: 23.7.0 → 25.1.0](psf/black-pre-commit-mirror@23.7.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.11.13](astral-sh/ruff-pre-commit@v0.0.287...v0.11.13) - [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.4...v1.5.5)
1 parent 5f43be2 commit 4a2f250

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ci:
1919
repos:
2020
# Standard hooks
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.4.0
22+
rev: v5.0.0
2323
hooks:
2424
- id: check-added-large-files
2525
- id: check-case-conflict
@@ -35,21 +35,21 @@ repos:
3535

3636
# Black, the code formatter, natively supports pre-commit
3737
- repo: https://github.com/psf/black-pre-commit-mirror
38-
rev: 23.7.0
38+
rev: 25.1.0
3939
hooks:
4040
- id: black
4141
exclude: ^(docs)
4242

4343
# Check linting and style issues
4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.0.287"
45+
rev: "v0.11.13"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]
4949

5050
# Changes tabs to spaces
5151
- repo: https://github.com/Lucas-C/pre-commit-hooks
52-
rev: v1.5.4
52+
rev: v1.5.5
5353
hooks:
5454
- id: remove-tabs
5555
exclude: ^(docs)

0 commit comments

Comments
 (0)