mirror of https://github.com/pyodide/pyodide.git
chore: update pre-commit hooks (#2209)
This commit is contained in:
parent
08827661e1
commit
edadd26439
|
@ -107,6 +107,4 @@ SpacesInSquareBrackets: false
|
|||
Standard: Cpp11
|
||||
TabWidth: 8
|
||||
UseTab: Never
|
||||
---
|
||||
Language: JavaScript
|
||||
...
|
||||
|
|
|
@ -22,7 +22,7 @@ repos:
|
|||
args: ["--py39-plus"]
|
||||
|
||||
- repo: https://github.com/hadialqattan/pycln
|
||||
rev: "v1.1.0"
|
||||
rev: "v1.2.0"
|
||||
hooks:
|
||||
- id: pycln
|
||||
args: [--config=pyproject.toml]
|
||||
|
@ -67,9 +67,10 @@ repos:
|
|||
additional_dependencies: *mypy-deps
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-clang-format
|
||||
rev: "v13.0.0"
|
||||
rev: "v13.0.1"
|
||||
hooks:
|
||||
- id: clang-format
|
||||
types_or: [c++, c, cuda]
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v2.5.1"
|
||||
|
|
Loading…
Reference in New Issue