diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 873c6fd..765758d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ files: \.py repos: # ruff for linting and formatting python - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.12 + rev: v0.15.13 hooks: - id: ruff-check args: [ --fix, --show-fixes, --exit-non-zero-on-fix ] @@ -22,7 +22,7 @@ repos: args: [--pytest-test-first] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.0.0 + rev: v2.1.0 hooks: - id: mypy additional_dependencies: [numpy]