diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5ab0be3..61e9e83 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,13 +2,13 @@ ci: autoupdate_schedule: "monthly" repos: - repo: https://github.com/psf/black - rev: 24.4.2 # Replace by any tag/version: https://github.com/psf/black/tags + rev: 25.1.0 # Replace by any tag/version: https://github.com/psf/black/tags hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.1 + rev: v1.15.0 hooks: - id: mypy exclude: ^docs/conf.py @@ -19,7 +19,7 @@ repos: - id: yaq-traits-check - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: no-commit-to-branch