diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2ea1e1f6..0591e7f5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,11 +11,11 @@ repos: - id: black exclude: ^hordelib/nodes/.*\..*$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.5 + rev: v0.1.7 hooks: - id: ruff - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.7.0' + rev: 'v1.7.1' hooks: - id: mypy exclude: ^examples/.*$ # FIXME