Skip to content

Commit cb131d6

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.2](astral-sh/ruff-pre-commit@v0.13.0...v0.13.2) - [github.com/JoC0de/pre-commit-prettier: b3e25fa39aa676c36bc18eb9eae6f26d9bb63f39 → v3.6.2](JoC0de/pre-commit-prettier@b3e25fa...v3.6.2)
1 parent 5ece7ef commit cb131d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
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.13.0
42+
rev: v0.13.2
4343
hooks:
4444
- id: ruff-check
4545
args: ["--fix"]
@@ -63,7 +63,7 @@ repos:
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.6.2 # 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)