Skip to content

Commit dd9cd8a

Browse files
[pre-commit.ci] pre-commit suggestions
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/asottile/pyupgrade: v3.11.1 → v3.15.2](asottile/pyupgrade@v3.11.1...v3.15.2) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/psf/black: 23.9.1 → 24.3.0](psf/black@23.9.1...24.3.0) - [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0)
1 parent f2e48b3 commit dd9cd8a

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
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.4.0
11+
rev: v4.5.0
1212
hooks:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
@@ -24,22 +24,22 @@ repos:
2424
- id: detect-private-key
2525

2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.11.1
27+
rev: v3.15.2
2828
hooks:
2929
- id: pyupgrade
3030
args: ["--py310-plus"]
3131
name: Upgrade code
3232
exclude: "examples|thunder/tests/test_interpreter.py|thunder/tests/test_jit_general.py"
3333

3434
- repo: https://github.com/codespell-project/codespell
35-
rev: v2.2.5
35+
rev: v2.2.6
3636
hooks:
3737
- id: codespell
3838
additional_dependencies: [tomli]
3939
#args: ["--write-changes"] # uncomment if you want to get automatic fixing
4040

4141
- repo: https://github.com/psf/black
42-
rev: 23.9.1
42+
rev: 24.3.0
4343
hooks:
4444
- id: black
4545
name: Black code
@@ -61,7 +61,7 @@ repos:
6161
- id: sphinx-lint
6262

6363
- repo: https://github.com/asottile/yesqa
64-
rev: v1.4.0
64+
rev: v1.5.0
6565
hooks:
6666
- id: yesqa
6767

0 commit comments

Comments
 (0)