Skip to content

Commit

Permalink
chore(pre-commit): autoupdate hooks
Browse files Browse the repository at this point in the history
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/psf/black: 23.12.1 β†’ 24.10.0](psf/black@23.12.1...24.10.0)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.12.0 β†’ v2.14.0](macisamuele/language-formatters-pre-commit-hooks@v2.12.0...v2.14.0)
- [github.com/Riverside-Healthcare/djLint: v1.34.1 β†’ v1.36.1](djlint/djLint@v1.34.1...v1.36.1)
  • Loading branch information
pre-commit-ci[bot] authored Nov 11, 2024
1 parent 455c57b commit 1622651
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exclude: >
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: pretty-format-json
args: [--autofix]
Expand All @@ -36,12 +36,12 @@ repos:
exclude: migrations* | docs*
additional_dependencies: [toml]
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.10.0
hooks:
- id: black
language_version: python3.9
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.12.0
rev: v2.14.0
hooks:
- id: pretty-format-toml
args: [--autofix]
Expand All @@ -50,6 +50,6 @@ repos:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']
- repo: https://github.com/Riverside-Healthcare/djLint
rev: v1.34.1
rev: v1.36.1
hooks:
- id: djlint-jinja

0 comments on commit 1622651

Please sign in to comment.