Skip to content

Commit ad179c8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.7.0 → 25.11.0](psf/black-pre-commit-mirror@23.7.0...25.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.278 → v0.14.5](astral-sh/ruff-pre-commit@v0.0.278...v0.14.5) - [github.com/codespell-project/codespell: v2.2.5 → v2.4.1](codespell-project/codespell@v2.2.5...v2.4.1)
1 parent 84e99a3 commit ad179c8

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
@@ -2,25 +2,25 @@
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: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
# The promptsource templates spuriously fail without this
1111
args: ["--unsafe"]
1212
- id: check-added-large-files
13-
- repo: https://github.com/psf/black
14-
rev: 23.7.0
13+
- repo: https://github.com/psf/black-pre-commit-mirror
14+
rev: 25.11.0
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: 'v0.0.278'
18+
rev: 'v0.14.5'
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.4.1
2424
hooks:
2525
- id: codespell
2626
# The promptsource templates spuriously get flagged without this

0 commit comments

Comments
 (0)