Skip to content

Commit d0a9299

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.2](asottile/pyupgrade@v3.21.0...v3.21.2) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.3](codespell-project/codespell@v2.4.1...v2.4.3) - [github.com/astral-sh/ruff-pre-commit: v0.14.0 → v0.15.22](astral-sh/ruff-pre-commit@v0.14.0...v0.15.22) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/sphinx-contrib/sphinx-lint: v1.0.0 → v1.0.2](sphinx-contrib/sphinx-lint@v1.0.0...v1.0.2) - [github.com/JoC0de/pre-commit-prettier: b3e25fa39aa676c36bc18eb9eae6f26d9bb63f39 → v3.9.5](JoC0de/pre-commit-prettier@b3e25fa...v3.9.5)
1 parent 9985036 commit d0a9299

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@ repos:
2424
- id: detect-private-key
2525

2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.21.0
27+
rev: v3.21.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.4.1
35+
rev: v2.4.3
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/astral-sh/ruff-pre-commit
42-
rev: v0.14.0
42+
rev: v0.15.22
4343
hooks:
4444
- id: ruff-check
4545
args: ["--fix"]
@@ -48,7 +48,7 @@ repos:
4848
exclude: "examples"
4949

5050
- repo: https://github.com/executablebooks/mdformat
51-
rev: 0.7.22
51+
rev: 1.0.0
5252
hooks:
5353
- id: mdformat
5454
additional_dependencies:
@@ -58,12 +58,12 @@ repos:
5858
exclude: "examples"
5959

6060
- repo: https://github.com/sphinx-contrib/sphinx-lint
61-
rev: v1.0.0
61+
rev: v1.0.2
6262
hooks:
6363
- id: sphinx-lint
6464

6565
- repo: https://github.com/JoC0de/pre-commit-prettier
66-
rev: b3e25fa39aa676c36bc18eb9eae6f26d9bb63f39 # v3.6.2 using SHA as tags are not persistent
66+
rev: v3.9.5 # v3.6.2 using SHA as tags are not persistent
6767
hooks:
6868
- id: prettier
6969
files: \.(json|yml|yaml|toml)

0 commit comments

Comments
 (0)