diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6df45e65..f26bd8b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: double-quote-string-fixer - repo: https://github.com/psf/black - rev: 21.10b0 + rev: 21.11b1 hooks: - id: black-jupyter @@ -35,7 +35,7 @@ repos: - id: prettier - repo: https://github.com/nbQA-dev/nbQA - rev: 1.1.1 + rev: 1.2.1 hooks: - id: nbqa-pyupgrade additional_dependencies: [pyupgrade==2.7.3]