diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 470b3bf..0cd1522 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: require_serial: true - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.20 + rev: v0.16.1 hooks: # Run the linter. - id: ruff-check @@ -29,7 +29,7 @@ repos: # Can run individually with `pre-commit run mypy --all-files` - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.1.0 + rev: v2.3.0 hooks: - id: mypy args: ["--config=pyproject.toml", "--show-error-codes"]