[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 24.4.2 → 24.8.0](https://github.com/psf/black/compare/24.4.2...24.8.0)
- [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/7.1.0...7.1.1)
This commit is contained in:
pre-commit-ci[bot]
2024-08-05 17:03:36 +00:00
committed by GitHub
parent d9758ff425
commit f71217a3f9

View File

@@ -8,7 +8,7 @@ repos:
- --in-place
- --remove-all-unused-imports
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
args:
@@ -16,7 +16,7 @@ repos:
- --line-length
- '99'
- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
name: flake8 on changed files