diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f5b026..c9cf09d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 22.10.0 hooks: - id: black-jupyter @@ -30,7 +30,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v2.7.1" + rev: "v3.0.0-alpha.3" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] @@ -48,13 +48,13 @@ repos: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v2.34.0 + rev: v3.1.0 hooks: - id: pyupgrade args: ["--py37-plus"] - repo: https://github.com/hadialqattan/pycln - rev: v1.3.5 + rev: v2.1.1 hooks: - id: pycln additional_dependencies: [click<8.1] @@ -62,7 +62,7 @@ repos: stages: [manual] - repo: https://github.com/asottile/yesqa - rev: v1.3.0 + rev: v1.4.0 hooks: - id: yesqa exclude: docs/conf.py @@ -71,21 +71,21 @@ repos: - flake8-print - repo: https://github.com/pycqa/flake8 - rev: 4.0.1 + rev: 5.0.4 hooks: - id: flake8 exclude: docs/conf.py additional_dependencies: *flake8_dependencies - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.961 + rev: v0.982 hooks: - id: mypy files: src args: [] - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.2.2 hooks: - id: codespell