diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 582f8ac..fdafec1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,11 +15,11 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/collective/zpretty - rev: 3.0.2 + rev: 3.0.3 hooks: - id: zpretty - repo: https://github.com/PyCQA/flake8 @@ -27,7 +27,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.4 hooks: - id: codespell additional_dependencies: