diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e3d7747..3b95b7e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 # - repo: https://github.com/jazzband/pip-tools @@ -34,7 +34,7 @@ repos: # hooks: # - id: pip-compile - repo: https://github.com/compilerla/conventional-pre-commit - rev: v3.3.0 + rev: v3.4.0 hooks: - id: conventional-pre-commit stages: [commit-msg]