diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f7f9800..33f03b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - repo: https://github.com/psf/black rev: 21.8b0 hooks: - - id: black + - id: black-jupyter - repo: https://github.com/keewis/blackdoc rev: v0.3.4 @@ -24,10 +24,6 @@ repos: hooks: - id: flake8 - - repo: https://github.com/asottile/seed-isort-config - rev: v2.2.0 - hooks: - - id: seed-isort-config - repo: https://github.com/PyCQA/isort rev: 5.9.3 hooks: @@ -41,8 +37,6 @@ repos: - repo: https://github.com/nbQA-dev/nbQA rev: 1.1.0 hooks: - - id: nbqa-black - additional_dependencies: [black==21.7b0] - id: nbqa-pyupgrade additional_dependencies: [pyupgrade==2.7.3] - id: nbqa-isort