Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d1582d1

Browse filesBrowse files
committed
Update versions of pre-commit hooks
1 parent b630eaf commit d1582d1
Copy full SHA for d1582d1

File tree

1 file changed

+5
-5
lines changed
Filter options

1 file changed

+5
-5
lines changed

‎.pre-commit-config.yaml

Copy file name to clipboard
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/codespell-project/codespell
3-
rev: v2.2.4
3+
rev: v2.3.0
44
hooks:
55
- id: codespell
66
additional_dependencies: [tomli]
77
# args: ["--write-changes"] # consider enabling for auto-fif
88
exclude: "test/fixtures/"
99

1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.4.3
11+
rev: v0.6.0
1212
hooks:
1313
- id: ruff
1414
args: ["--fix"]
@@ -17,14 +17,14 @@ repos:
1717
exclude: ^git/ext/
1818

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

2626
- repo: https://github.com/pre-commit/pre-commit-hooks
27-
rev: v4.5.0
27+
rev: v4.6.0
2828
hooks:
2929
- id: end-of-file-fixer
3030
exclude: test/fixtures/
@@ -33,6 +33,6 @@ repos:
3333
- id: check-merge-conflict
3434

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.