[pre-commit.ci] pre-commit autoupdate (#3345)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
This commit is contained in:
pre-commit-ci[bot] 2022-12-13 00:08:49 +01:00 committed by GitHub
parent 72414962a8
commit 4a35a5f80d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -22,7 +22,7 @@ repos:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: "v3.3.0"
rev: "v3.3.1"
hooks:
- id: pyupgrade
name: pyupgrade
@ -37,7 +37,7 @@ repos:
stages: [manual]
- repo: https://github.com/psf/black
rev: "22.10.0"
rev: "22.12.0"
hooks:
- id: black
@ -45,7 +45,7 @@ repos:
rev: "6.0.0"
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear]
additional_dependencies: [flake8-bugbear==22.10.27]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.991"
@ -113,3 +113,6 @@ repos:
"te,slowy,aray,ba,nd,classs,crate,feld,lits,inflight,falsy,asend",
]
exclude: ^benchmark/benchmarks/pystone_benchmarks/pystone\.py$
ci:
autoupdate_schedule: "quarterly"