diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f78189e..731fe08 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,14 +13,14 @@ repos: args: ['-t=3.10-', '--violations'] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.3.0 + rev: v5.0.0 hooks: - id: no-commit-to-branch name: "don't commit to main branch" args: ['--branch', 'main'] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -30,19 +30,19 @@ repos: exclude: conda/meta.yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.2 + rev: v0.11.7 hooks: - id: ruff args: ['--fix'] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.15.0 hooks: - id: mypy additional_dependencies: [pandas-stubs, pytest] - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort