diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5654846..89b2074 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: flake8 args: [ --extend-ignore=E501 ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.0.0 + rev: v2.1.0 hooks: - id: mypy - repo: https://github.com/astral-sh/ruff-pre-commit