diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1130a976f..e8238d0d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,32 +36,32 @@ repos: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: "v3.8.0" + rev: "v3.13.0" hooks: - id: pyupgrade args: ["--py38-plus"] - repo: https://github.com/psf/black - rev: "23.3.0" + rev: "23.9.1" hooks: - id: black-jupyter - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.4.1" + rev: "v1.5.1" hooks: - id: mypy files: src stages: [manual] - repo: https://github.com/hadialqattan/pycln - rev: "v2.1.5" + rev: "v2.2.2" hooks: - id: pycln exclude: ^src/pygama/pargen args: [--all] - repo: https://github.com/PyCQA/flake8 - rev: "6.0.0" + rev: "6.1.0" hooks: - id: flake8 exclude: ^src/pygama/pargen @@ -90,7 +90,7 @@ repos: - id: codespell - repo: https://github.com/shellcheck-py/shellcheck-py - rev: "v0.9.0.5" + rev: "v0.9.0.6" hooks: - id: shellcheck @@ -103,7 +103,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.9-for-vscode" + rev: "v3.0.3" hooks: - id: prettier types_or: [json]