[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/hadialqattan/pycln: v2.1.6 → v2.2.0](https://github.com/hadialqattan/pycln/compare/v2.1.6...v2.2.0)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](https://github.com/PyCQA/flake8/compare/6.0.0...6.1.0)
This commit is contained in:
pre-commit-ci[bot]
2023-07-31 18:51:26 +00:00
committed by GitHub
parent 19368c39c7
commit edb764aaf3
+2 -2
View File
@@ -36,7 +36,7 @@ repos:
args: [ "--profile", "black", ]
- repo: https://github.com/hadialqattan/pycln
rev: v2.1.6
rev: v2.2.0
hooks:
- id: pycln
args: [ --config=setup.cfg ]
@@ -48,7 +48,7 @@ repos:
args: [ --in-place ]
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
args: [ "--config=setup.cfg" ]