diff options
| author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2025-06-23 18:25:24 +0000 |
|---|---|---|
| committer | Saptak Sengupta <saptak013@gmail.com> | 2025-06-30 20:19:22 +0530 |
| commit | 4f20ee2e7ed9d219cf53061d8cb9f8337c509452 (patch) | |
| tree | a84c0d896a8b3489ee70c3ec0f543b5ef6e22ed4 /.pre-commit-config.yaml | |
| parent | a6e13fa086f01f09954cedad8f434a78eb3c7039 (diff) | |
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/rbubley/mirrors-prettier: v3.5.3 → v3.6.0](https://github.com/rbubley/mirrors-prettier/compare/v3.5.3...v3.6.0)
- [github.com/pycqa/flake8: 7.2.0 → 7.3.0](https://github.com/pycqa/flake8/compare/7.2.0...7.3.0)
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7f812af7..5f8a8ef1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: - id: black exclude: '(\/migrations\/)' - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.5.3" + rev: "v3.6.0" hooks: - id: prettier exclude_types: [html, json, scss] @@ -53,7 +53,7 @@ repos: hooks: - id: isort - repo: https://github.com/pycqa/flake8 - rev: "7.2.0" + rev: "7.3.0" hooks: - id: flake8 - repo: https://github.com/rtts/djhtml |
