diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f2fa52cfec..8c07c45223 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v5.0.0 hooks: - id: trailing-whitespace exclude: '(^tests/|^tests_integration/|^tests_e2e)' @@ -12,21 +12,21 @@ repos: exclude: src/snowflake/cli/_app/dev/pycharm_remote_debug.py - id: check-ast - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.1.7" + rev: "v0.8.2" hooks: - id: ruff args: [--fix, --exclude, "**/tests_common/,**/tests_integration/"] - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.990 + rev: v1.13.0 hooks: - id: mypy additional_dependencies: [types-pkg-resources==0.1.3, types-all==1.0.0] - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.3.0 hooks: - id: codespell additional_dependencies: