diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 482291b..5581ec2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,14 +30,14 @@ 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: [yaml, markdown, html, css, scss, javascript, json] args: [--prose-wrap=always] - repo: https://github.com/asottile/blacken-docs - rev: 1.13.0 + rev: 1.16.0 hooks: - id: blacken-docs additional_dependencies: [black==23.3.0] @@ -49,20 +49,20 @@ repos: args: ["-a", "from __future__ import annotations"] # Python 3.7+ - repo: https://github.com/asottile/pyupgrade - rev: v3.3.2 + rev: v3.10.1 hooks: - id: pyupgrade args: ["--py37-plus"] - repo: https://github.com/hadialqattan/pycln - rev: v2.1.3 + rev: v2.2.2 hooks: - id: pycln args: [--all] stages: [manual] - repo: https://github.com/asottile/yesqa - rev: v1.4.0 + rev: v1.5.0 hooks: - id: yesqa exclude: docs/conf.py @@ -70,26 +70,26 @@ repos: - flake8-bugbear - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 exclude: docs/conf.py additional_dependencies: *flake8_dependencies - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.2.0 + rev: v1.5.1 hooks: - id: mypy files: src args: [] - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.2.5 hooks: - id: codespell - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.9.0.2 + rev: v0.9.0.5 hooks: - id: shellcheck