Skip to content

Commit 3f056b9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.4...v1.5.5) - [github.com/psf/black: 23.10.1 → 24.4.2](psf/black@23.10.1...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.4.9](astral-sh/ruff-pre-commit@v0.1.3...v0.4.9)
1 parent 6a0361d commit 3f056b9

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
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
exclude_types: [ text, jupyter ]
88
- id: trailing-whitespace
99

1010
- repo: https://github.com/Lucas-C/pre-commit-hooks
11-
rev: v1.5.4
11+
rev: v1.5.5
1212
hooks:
1313
- id: insert-license
1414
name: "Insert license header in Python source files"
@@ -20,7 +20,7 @@ repos:
2020
# - --remove-header
2121

2222
- repo: https://github.com/psf/black
23-
rev: 23.10.1
23+
rev: 24.4.2
2424
hooks:
2525
- id: black
2626
additional_dependencies: [ "typer==0.7.0" ]
@@ -29,7 +29,7 @@ repos:
2929
args: [ --line-length=120 ]
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.1.3
32+
rev: v0.4.9
3333
hooks:
3434
# Simulate isort via (the much faster) ruff
3535
- id: ruff

0 commit comments

Comments
 (0)