[pre-commit.ci] pre-commit suggestions ()

updates:
- https://github.com/pre-commit/mirrors-yapfhttps://github.com/google/yapf
- [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](https://github.com/PyCQA/flake8/compare/5.0.4...6.0.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pull/10805/head^2
pre-commit-ci[bot] 2023-02-08 11:27:08 +04:00 committed by GitHub
parent c3c8e71d7a
commit ea8508a638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ repos:
# - id: isort
# name: Sort imports
- repo: https://github.com/pre-commit/mirrors-yapf
- repo: https://github.com/google/yapf
rev: v0.32.0
hooks:
- id: yapf
@ -54,7 +54,7 @@ repos:
# exclude: "README.md|README.zh-CN.md|CONTRIBUTING.md"
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
name: PEP8