diff options
| author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2024-06-17 19:59:43 +0000 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2024-06-24 15:27:00 +0200 |
| commit | 77b8c40f37df45537f1df76641c8915943ef1970 (patch) | |
| tree | d58ed81e5ac681b8a7c357acf084cca84b3240ab /.pre-commit-config.yaml | |
| parent | 2de5875fd3559ff89a5404552c81d8f13ac20328 (diff) | |
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pycqa/flake8: 7.0.0 → 7.1.0](https://github.com/pycqa/flake8/compare/7.0.0...7.1.0)
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 416e8792..47c2ebe5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: hooks: - id: isort - repo: https://github.com/pycqa/flake8 - rev: "7.0.0" + rev: "7.1.0" hooks: - id: flake8 - repo: https://github.com/rtts/djhtml |
