diff options
| author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2025-03-03 18:39:18 +0000 |
|---|---|---|
| committer | Paolo Melchiorre <paolo@melchiorre.org> | 2025-03-03 20:17:43 +0100 |
| commit | 2d73096ddc8d89631072d4348dae319a587f9156 (patch) | |
| tree | 479179d567c66e3592f863ad5db361e2257d4b44 /.pre-commit-config.yaml | |
| parent | bc1b8f87c4fde555cbeee23c1e7852f22e9f8801 (diff) | |
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/rbubley/mirrors-prettier: v3.5.2 → v3.5.3](https://github.com/rbubley/mirrors-prettier/compare/v3.5.2...v3.5.3)
- [github.com/pycqa/isort: 6.0.0 → 6.0.1](https://github.com/pycqa/isort/compare/6.0.0...6.0.1)
- [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.5.1](https://github.com/tox-dev/pyproject-fmt/compare/v2.5.0...v2.5.1)
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d375e0d..5bede261 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,13 +43,13 @@ repos: - id: black exclude: '(\/migrations\/)' - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.5.2" + rev: "v3.5.3" hooks: - id: prettier exclude_types: [html, json, scss] exclude: '(^djangoproject\/static\/js\/lib\/.*$)' - repo: https://github.com/pycqa/isort - rev: "6.0.0" + rev: "6.0.1" hooks: - id: isort - repo: https://github.com/pycqa/flake8 @@ -62,7 +62,7 @@ repos: - id: djhtml files: .*/templates/.*\.html$ - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.5.0" + rev: "v2.5.1" hooks: - id: pyproject-fmt - repo: https://github.com/mrtazz/checkmake.git |
