diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d371fad..02796fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: args: - --target-version=py38 - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.1 hooks: - id: isort language_version: python3 @@ -28,7 +28,7 @@ repos: - id: check-yaml args: [--unsafe] - repo: https://github.com/PyCQA/bandit - rev: '1.7.5' + rev: '1.7.6' hooks: - id: bandit args: [--ini, .bandit]