diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7d4ade28..aeff789e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,12 +13,12 @@ repos: - id: check-added-large-files - repo: https://github.com/PyCQA/docformatter - rev: v1.6.0.rc1 + rev: v1.7.5 hooks: - id: docformatter - repo: https://github.com/rstcheck/rstcheck - rev: 'v6.1.1' + rev: 'v6.2.0' hooks: - id: rstcheck args: [ @@ -33,17 +33,17 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.991 + rev: v1.5.1 hooks: - id: mypy additional_dependencies: [types-all]