diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 93736367..ac5ffed2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort name: isort @@ -11,7 +11,7 @@ repos: args: ["--profile=black"] - repo: https://github.com/psf/black - rev: 21.12b0 + rev: 23.11.0 hooks: - id: black args: @@ -25,19 +25,19 @@ repos: types: [python] - repo: https://github.com/asottile/blacken-docs - rev: v1.12.1 + rev: 1.16.0 hooks: - id: blacken-docs additional_dependencies: [black==21.12b0] - repo: https://github.com/kynan/nbstripout - rev: 0.5.0 + rev: 0.6.1 hooks: - id: nbstripout args: ["--keep-count"] - repo: https://github.com/nbQA-dev/nbQA - rev: 1.3.1 + rev: 1.7.0 hooks: - id: nbqa-black args: @@ -53,7 +53,7 @@ repos: - id: nbqa-flake8 - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.9.0 + rev: v1.10.0 hooks: - id: python-check-blanket-noqa - id: python-check-blanket-type-ignore @@ -66,7 +66,7 @@ repos: types: [text] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-ast @@ -93,7 +93,7 @@ repos: exclude: \.(html|svg)$ - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 6.1.0 hooks: - id: flake8 additional_dependencies: