diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c36150a..91d5147 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - id: python-use-type-annotations name: check that python type annotations not comments - repo: https://github.com/pycqa/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8 name: check python style and quality @@ -53,7 +53,7 @@ repos: - id: isort name: sort python imports - repo: https://github.com/PyCQA/bandit - rev: 1.7.8 + rev: 1.7.9 hooks: - id: bandit name: security audit for python