mirror of https://github.com/pyodide/pyodide.git
[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:
parent
72414962a8
commit
4a35a5f80d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue