mirror of https://github.com/pyodide/pyodide.git
chore: isort avoid local build confusion, bump pre-commit (#2274)
This commit is contained in:
parent
f7b0f8c5cb
commit
18e664afb1
|
@ -22,13 +22,13 @@ repos:
|
|||
- id: isort
|
||||
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: "v2.31.0"
|
||||
rev: "v2.31.1"
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: ["--py39-plus"]
|
||||
|
||||
- repo: https://github.com/hadialqattan/pycln
|
||||
rev: "v1.2.0"
|
||||
rev: "v1.2.5"
|
||||
hooks:
|
||||
- id: pycln
|
||||
args: [--config=pyproject.toml]
|
||||
|
@ -39,14 +39,14 @@ repos:
|
|||
hooks:
|
||||
- id: black
|
||||
|
||||
- repo: https://gitlab.com/pycqa/flake8
|
||||
- repo: https://github.com/pycqa/flake8
|
||||
rev: "4.0.1"
|
||||
hooks:
|
||||
- id: flake8
|
||||
additional_dependencies: [flake8-bugbear]
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: "v0.931"
|
||||
rev: "v0.940"
|
||||
hooks:
|
||||
- id: mypy
|
||||
args:
|
||||
|
|
|
@ -33,3 +33,6 @@ known_first_party = [
|
|||
"pyodide_build",
|
||||
"_pyodide",
|
||||
]
|
||||
known_third_party = [
|
||||
"build",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue