diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f0391fc..78bf92d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ ci: autoupdate_schedule: monthly repos: - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.3.0 hooks: - id: black @@ -12,12 +12,12 @@ repos: - id: flake8 - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.991 + rev: v1.4.1 hooks: - id: mypy additional_dependencies: