[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v3.9.0 → v3.10.1](https://github.com/asottile/pyupgrade/compare/v3.9.0...v3.10.1)
- [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 17:51:26 +00:00 committed by Asif Saif Uddin
parent dc50c0b4f5
commit 7090de2f90
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
repos: repos:
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.9.0 rev: v3.10.1
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: ["--py37-plus", "--keep-runtime-typing"] args: ["--py37-plus", "--keep-runtime-typing"]
@ -12,7 +12,7 @@ repos:
args: ["--in-place", "--ignore-pass-after-docstring", "--imports"] args: ["--in-place", "--ignore-pass-after-docstring", "--imports"]
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8
rev: 6.0.0 rev: 6.1.0
hooks: hooks:
- id: flake8 - id: flake8