Skip to content

Commit c5caf88

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.13 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.13...v0.15.20) - [github.com/jsh9/pydoclint: 0.8.4 → 0.9.0](jsh9/pydoclint@0.8.4...0.9.0) - [github.com/rvben/rumdl-pre-commit: v0.1.94 → v0.2.26](rvben/rumdl-pre-commit@v0.1.94...v0.2.26) - [github.com/djlint/djLint: v1.36.4 → v1.39.5](djlint/djLint@v1.36.4...v1.39.5)
1 parent 7ddafae commit c5caf88

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.15.13'
4+
rev: 'v0.15.20'
55
hooks:
66
- id: ruff-format
77
- id: ruff-check
@@ -44,7 +44,7 @@ repos:
4444
additional_dependencies: ["toml", "types-PyYAML"]
4545
exclude: ^night-brownie-client/
4646
- repo: https://github.com/jsh9/pydoclint
47-
rev: 0.8.4
47+
rev: 0.9.0
4848
hooks:
4949
- id: pydoclint
5050
args:
@@ -56,12 +56,12 @@ repos:
5656
- id: interrogate
5757
exclude: test.*
5858
- repo: https://github.com/rvben/rumdl-pre-commit
59-
rev: v0.1.94 # Use latest version
59+
rev: v0.2.26 # Use latest version
6060
hooks:
6161
- id: rumdl # Lint + auto-fix, fails if unfixable issues remain
6262
- id: rumdl-fmt # Pure format, always exits 0
6363
- repo: https://github.com/djlint/djLint
64-
rev: v1.36.4
64+
rev: v1.39.5
6565
hooks:
6666
- id: djlint-reformat-jinja
6767
types_or: ["html"]

0 commit comments

Comments
 (0)