Skip to content

Commit 8c0801d

Browse files
chore(pre-commit): autoupdate hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 25.11.0](psf/black-pre-commit-mirror@23.12.1...25.11.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.12.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.12.0...v2.15.0) - [github.com/Riverside-Healthcare/djLint: v1.34.1 → v1.36.4](djlint/djLint@v1.34.1...v1.36.4)
1 parent 455c57b commit 8c0801d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exclude: >
2121
2222
repos:
2323
- repo: https://github.com/pre-commit/pre-commit-hooks
24-
rev: v4.5.0
24+
rev: v6.0.0
2525
hooks:
2626
- id: pretty-format-json
2727
args: [--autofix]
@@ -30,18 +30,18 @@ repos:
3030
- id: check-yaml
3131
- id: end-of-file-fixer
3232
- repo: https://github.com/PyCQA/isort
33-
rev: 5.13.2
33+
rev: 7.0.0
3434
hooks:
3535
- id: isort
3636
exclude: migrations* | docs*
3737
additional_dependencies: [toml]
38-
- repo: https://github.com/psf/black
39-
rev: 23.12.1
38+
- repo: https://github.com/psf/black-pre-commit-mirror
39+
rev: 25.11.0
4040
hooks:
4141
- id: black
4242
language_version: python3.9
4343
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
44-
rev: v2.12.0
44+
rev: v2.15.0
4545
hooks:
4646
- id: pretty-format-toml
4747
args: [--autofix]
@@ -50,6 +50,6 @@ repos:
5050
- id: pretty-format-yaml
5151
args: [--autofix, --indent, '2']
5252
- repo: https://github.com/Riverside-Healthcare/djLint
53-
rev: v1.34.1
53+
rev: v1.36.4
5454
hooks:
5555
- id: djlint-jinja

0 commit comments

Comments
 (0)