Skip to content

Commit f5ea1ac

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.7.0 → 24.2.0](psf/black@23.7.0...24.2.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.278 → v0.2.2](astral-sh/ruff-pre-commit@v0.0.278...v0.2.2) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
1 parent 84e99a3 commit f5ea1ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.5.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -11,16 +11,16 @@ repos:
1111
args: ["--unsafe"]
1212
- id: check-added-large-files
1313
- repo: https://github.com/psf/black
14-
rev: 23.7.0
14+
rev: 24.2.0
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: 'v0.0.278'
18+
rev: 'v0.2.2'
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --exit-non-zero-on-fix]
2222
- repo: https://github.com/codespell-project/codespell
23-
rev: v2.2.5
23+
rev: v2.2.6
2424
hooks:
2525
- id: codespell
2626
# The promptsource templates spuriously get flagged without this

0 commit comments

Comments
 (0)