diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8863117..da24b17 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.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: check-added-large-files @@ -17,20 +17,20 @@ repos: # Ruff replaces black, flake8, autoflake and isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.1.14' # make sure this is always consistent with hatch configs + rev: 'v0.3.5' # make sure this is always consistent with hatch configs hooks: - id: ruff - id: ruff-format args: [--check, --config, ./pyproject.toml] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.8.0' # make sure this is always consistent with hatch configs + rev: 'v1.9.0' # make sure this is always consistent with hatch configs hooks: - id: mypy args: ["--install-types", "--non-interactive"] additional_dependencies: [types-tabulate, types-cachetools] - repo: https://github.com/kynan/nbstripout - rev: 0.6.1 + rev: 0.7.1 hooks: - id: nbstripout