diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ce7951b2..7c727339 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: trailing-whitespace - id: double-quote-string-fixer - repo: https://github.com/asottile/pyupgrade - rev: v3.0.0 + rev: v3.1.0 hooks: - id: pyupgrade args: ["--py36-plus"] @@ -32,7 +32,7 @@ repos: - id: blacken-docs additional_dependencies: [black==22.6] - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.1" + rev: "v3.0.0-alpha.2" hooks: - id: prettier - repo: https://github.com/PyCQA/isort @@ -40,7 +40,7 @@ repos: hooks: - id: isort - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.0.0 + rev: v2.1.0 hooks: - id: setup-cfg-fmt args: [--include-version-classifiers, --max-py-version=3.11] @@ -51,7 +51,7 @@ repos: additional_dependencies: ["flake8-bugbear==22.7.1"] language_version: python3.9 - repo: https://github.com/codespell-project/codespell - rev: "v2.2.1" + rev: "v2.2.2" hooks: - id: codespell args: ["-L", "sur"]