mirror of https://github.com/pyodide/pyodide.git
[pre-commit.ci] pre-commit autoupdate (#3190)
updates: - [github.com/asottile/pyupgrade: v3.0.0 → v3.1.0](https://github.com/asottile/pyupgrade/compare/v3.0.0...v3.1.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.1 → v3.0.0-alpha.2](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.1...v3.0.0-alpha.2) - [github.com/codespell-project/codespell: v2.2.1 → v2.2.2](https://github.com/codespell-project/codespell/compare/v2.2.1...v2.2.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
318c60bf0a
commit
00d0f347c8
|
@ -22,7 +22,7 @@ repos:
|
|||
- id: isort
|
||||
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: "v3.0.0"
|
||||
rev: "v3.1.0"
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
name: pyupgrade
|
||||
|
@ -77,7 +77,7 @@ repos:
|
|||
types_or: [c++, c, cuda]
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v3.0.0-alpha.1"
|
||||
rev: "v3.0.0-alpha.2"
|
||||
hooks:
|
||||
- id: prettier
|
||||
|
||||
|
@ -102,7 +102,7 @@ repos:
|
|||
exclude: ^tools/python$
|
||||
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: "v2.2.1"
|
||||
rev: "v2.2.2"
|
||||
hooks:
|
||||
- id: codespell
|
||||
args:
|
||||
|
|
Loading…
Reference in New Issue