diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index baba334e18bfe656a5df708ae09d37cbcf4168e7..e74329365fa39e389f305c72e7396c2a8e6a35c9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,16 +2,16 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/timothycrosley/isort - rev: 5.0.5 + rev: 5.6.4 hooks: - id: isort args: [-sl] - repo: https://github.com/psf/black - rev: 19.10b0 + rev: 20.8b1 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.1.0 + rev: v3.4.0 hooks: - id: check-ast - id: check-case-conflict @@ -21,12 +21,13 @@ repos: - id: check-added-large-files - id: check-docstring-first - id: check-yaml + exclude: conda/meta.yaml - repo: https://github.com/PyCQA/flake8/ - rev: 3.8.3 + rev: 3.9.0 hooks: - id: flake8 - repo: https://github.com/PyCQA/bandit - rev: 1.6.2 + rev: 1.7.0 hooks: - id: bandit exclude: beat/editor/test