Skip to content

Commit a1d99fa

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.16.8](astral-sh/ruff-pre-commit@v0.14.0...v0.16.8) - [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.8](JoC0de/pre-commit-prettier@b3e25fa...v3.9.8)
1 parent 62dfb0b commit a1d99fa

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,7 +24,7 @@ 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"]
@@ -33,14 +33,14 @@ repos:
3333
exclude: "examples|thunder/tests/test_interpreter.py|thunder/tests/test_jit_general.py"
3434

3535
- repo: https://github.com/codespell-project/codespell
36-
rev: v2.4.1
36+
rev: v2.4.3
3737
hooks:
3838
- id: codespell
3939
additional_dependencies: [tomli]
4040
#args: ["--write-changes"] # uncomment if you want to get automatic fixing
4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: v0.14.0
43+
rev: v0.16.8
4444
hooks:
4545
- id: ruff-check
4646
args: ["--fix"]
@@ -49,7 +49,7 @@ repos:
4949
exclude: "examples"
5050

5151
- repo: https://github.com/executablebooks/mdformat
52-
rev: 0.7.22
52+
rev: 1.0.0
5353
hooks:
5454
- id: mdformat
5555
additional_dependencies:
@@ -59,12 +59,12 @@ repos:
5959
exclude: "examples"
6060

6161
- repo: https://github.com/sphinx-contrib/sphinx-lint
62-
rev: v1.0.0
62+
rev: v1.0.2
6363
hooks:
6464
- id: sphinx-lint
6565

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

0 commit comments

Comments
 (0)