diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c513ed..06ac54b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,13 +28,13 @@ repos: name: isort - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.6.0 hooks: - id: black language_version: python3 - repo: https://github.com/pycqa/flake8 - rev: 4.0.1 + rev: 5.0.2 hooks: - id: flake8 exclude: docs/source/conf.py, __pycache__ @@ -47,7 +47,7 @@ repos: additional_dependencies: ["toml"] - repo: https://github.com/nbQA-dev/nbQA - rev: 1.3.1 + rev: 1.4.0 hooks: - id: nbqa-isort args: [--nbqa-mutate, --nbqa-dont-skip-bad-cells] @@ -67,7 +67,7 @@ repos: additional_dependencies: [ "bandit[toml]" ] - repo: https://github.com/PyCQA/doc8 - rev: 0.11.2 + rev: v1.0.0 hooks: - id: doc8 args: ["--max-line-length=88", "--config=pyproject.toml", "docs"]