diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 62a0eff1..9e156f3c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: text-unicode-replacement-char exclude_types: [jupyter] - repo: https://github.com/asottile/pyupgrade - rev: v2.29.0 + rev: v2.29.1 hooks: - id: pyupgrade args: [--py36-plus] @@ -42,21 +42,21 @@ repos: - id: reorder-python-imports types: [python] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.17.0 + rev: v1.20.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 21.11b1 hooks: - id: black types: [python] - repo: https://github.com/asottile/blacken-docs - rev: v1.11.0 + rev: v1.12.0 hooks: - id: blacken-docs additional_dependencies: [black] - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 4.0.1 hooks: - id: flake8 types: [python] @@ -76,13 +76,13 @@ repos: Pygments, ] - repo: https://github.com/nbQA-dev/nbQA - rev: 1.1.1 + rev: 1.2.1 hooks: - id: nbqa-black - id: nbqa-pyupgrade - id: nbqa-isort - repo: https://github.com/PyCQA/doc8 - rev: 0.9.1 + rev: 0.10.1 hooks: - id: doc8 - repo: https://github.com/econchick/interrogate