diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3527ddc..2c04531 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: "23.10.1" + rev: "23.12.1" hooks: - id: black @@ -29,12 +29,12 @@ repos: - id: flake8 - repo: https://github.com/PyCQA/isort - rev: "5.12.0" + rev: "5.13.2" hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.6.1" + rev: "v1.8.0" hooks: - id: mypy @@ -45,7 +45,7 @@ repos: - id: numpydoc-validation - repo: https://github.com/hadialqattan/pycln - rev: "v2.3.0" + rev: "v2.4.0" hooks: - id: pycln @@ -57,7 +57,7 @@ repos: exclude: test - repo: https://github.com/sirosen/texthooks - rev: "0.6.2" + rev: "0.6.3" hooks: - id: fix-ligatures - id: fix-smartquotes