diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0e3cece..40e5ea3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,13 +16,13 @@ repos: types: [python] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.3.0 + rev: v1.4.1 hooks: - id: mypy exclude: ^docs/conf.py - repo: https://github.com/yaq-project/yaq-traits - rev: v2022.11.0 + rev: v2023.6.0 hooks: - id: yaq-traits-check - id: yaq-traits-compose