Skip to content

Commit 985fc23

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.13 → v0.11.8](astral-sh/ruff-pre-commit@v0.1.13...v0.11.8) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.15.0](pre-commit/mirrors-mypy@v1.8.0...v1.15.0) - [github.com/Riverside-Healthcare/djLint: v1.34.1 → v1.36.4](djlint/djLint@v1.34.1...v1.36.4)
1 parent e6456f8 commit 985fc23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v5.0.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
@@ -10,13 +10,13 @@ repos:
1010
- id: check-added-large-files
1111
exclude: "assets/logo.*"
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.1.13
13+
rev: v0.11.8
1414
hooks:
1515
- id: ruff
1616
args: [--fix, --exit-non-zero-on-fix]
1717
- id: ruff-format
1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: v1.8.0
19+
rev: v1.15.0
2020
hooks:
2121
- id: mypy
2222
additional_dependencies:
@@ -33,7 +33,7 @@ repos:
3333
hooks:
3434
- id: prettier
3535
- repo: https://github.com/Riverside-Healthcare/djLint
36-
rev: v1.34.1
36+
rev: v1.36.4
3737
hooks:
3838
- id: djlint-jinja
3939
- id: djlint-reformat-jinja

0 commit comments

Comments
 (0)