diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f06c9cc..eca451a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.8.3 + rev: v0.8.4 hooks: # Run the linter. - id: ruff # Run the formatter. - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.13.0' # Use the sha / tag you want to point at + rev: 'v1.14.0' # Use the sha / tag you want to point at hooks: - id: mypy additional_dependencies: [numpy, typing_extensions] \ No newline at end of file