diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8db104df6fb5c0ac7e383e0e742b390cfdcb560..0ccc21d440e27eacc699e448647139828ad9f1ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.261 + rev: v0.0.265 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -20,7 +20,7 @@ repos: hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.2.0 + rev: v1.3.0 hooks: - id: mypy - repo: https://gitlab.com/devopshq/gitlab-ci-linter