diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bf8daded..8fe345dc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,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 @@ -30,7 +30,7 @@ repos: # conda-recipes use jinja templating which isn't valid YAML syntax exclude: conda-recipe\/ - repo: https://github.com/PyCQA/bandit - rev: '1.7.5' + rev: '1.7.6' hooks: - id: bandit args: [--ini, .bandit]