X Tutup
Skip to content

Commit 6fbbc6a

Browse files
authored
Merge pull request #2111 from gitpython-developers/dependabot/pre_commit/pre-commit-1cc235e074
Bump the pre-commit group with 5 updates
2 parents 9e6954c + a4bc27a commit 6fbbc6a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/codespell-project/codespell
3-
rev: v2.4.1
3+
rev: v2.4.2
44
hooks:
55
- id: codespell
66
additional_dependencies: [tomli]
77
exclude: ^test/fixtures/
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.11.12
10+
rev: v0.15.5
1111
hooks:
1212
- id: ruff-check
1313
args: ["--fix"]
@@ -16,14 +16,14 @@ repos:
1616
exclude: ^git/ext/
1717

1818
- repo: https://github.com/shellcheck-py/shellcheck-py
19-
rev: v0.10.0.1
19+
rev: v0.11.0.1
2020
hooks:
2121
- id: shellcheck
2222
args: [--color]
2323
exclude: ^test/fixtures/polyglot$|^git/ext/
2424

2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v5.0.0
26+
rev: v6.0.0
2727
hooks:
2828
- id: end-of-file-fixer
2929
exclude: ^test/fixtures/|COPYING|LICENSE
@@ -33,6 +33,6 @@ repos:
3333
- id: check-merge-conflict
3434

3535
- repo: https://github.com/abravalheri/validate-pyproject
36-
rev: v0.24.1
36+
rev: v0.25
3737
hooks:
3838
- id: validate-pyproject

0 commit comments

Comments
 (0)
X Tutup