diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aa981f8d..4f77d2e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/PyCQA/isort - rev: 5.9.2 + rev: 5.9.3 hooks: - id: isort name: isort @@ -11,7 +11,7 @@ repos: args: ["--profile=black"] - repo: https://github.com/psf/black - rev: 21.7b0 + rev: 21.10b0 hooks: - id: black args: @@ -24,7 +24,7 @@ repos: types: [python] - repo: https://github.com/asottile/blacken-docs - rev: v1.10.0 + rev: v1.11.0 hooks: - id: blacken-docs additional_dependencies: [black==21.7b0] @@ -35,7 +35,7 @@ repos: - id: nbstripout - repo: https://github.com/nbQA-dev/nbQA - rev: 1.0.0 + rev: 1.1.1 hooks: - id: nbqa-black args: @@ -90,7 +90,7 @@ repos: exclude: \.(html|svg)$ - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 4.0.1 hooks: - id: flake8 additional_dependencies: