diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e06131..2551394 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: no-commit-to-branch args: ['--branch', 'main'] - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.7.0 + rev: v1.8.0 hooks: - id: python-no-eval # A quick check for the eval() built-in function. - repo: https://github.com/myint/docformatter @@ -21,16 +21,16 @@ repos: hooks: - id: docformatter args: [--in-place] -- repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.4 +- repo: https://github.com/PyCQA/flake8 + rev: 3.9.2 hooks: - id: flake8 - repo: https://github.com/asottile/blacken-docs - rev: v1.9.2 + rev: v1.10.0 hooks: - id: blacken-docs - repo: https://github.com/nbQA-dev/nbQA - rev: 0.5.7 + rev: 0.8.0 hooks: - id: nbqa-black args: [--nbqa-mutate]