diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 567d53bd0..bbf8a2c5c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,8 +19,8 @@ repos: - id: debug-statements - id: check-yaml files: .*\.(yaml|yml)$ - - repo: https://github.com/codespell-project/codespell.git - rev: v2.2.2 + - repo: https://github.com/codespell-project/codespell + rev: v2.2.4 hooks: - id: codespell name: codespell @@ -32,17 +32,17 @@ repos: require_serial: false additional_dependencies: [] - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.246" + rev: "v0.0.254" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - - repo: https://github.com/adrienverge/yamllint.git + - repo: https://github.com/adrienverge/yamllint rev: v1.29.0 hooks: - id: yamllint files: \.(yaml|yml)$ - - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v1.0.0 + - repo: https://github.com/pre-commit/mirrors-mypy + rev: v1.1.1 hooks: - id: mypy additional_dependencies: