diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 64c591d56..06d25e4a9 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.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] @@ -9,7 +9,7 @@ repos: - id: check-added-large-files - id: debug-statements - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.0 + rev: v1.6.1 hooks: - id: mypy additional_dependencies: @@ -20,7 +20,7 @@ repos: - types-setuptools - types-python-dateutil - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.0.284' + rev: 'v0.1.1' hooks: - id: ruff args: ["--fix"]