diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a81bf74b..e7cc032b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: pretty-format-toml args: [--autofix] - repo: https://github.com/pycqa/isort - rev: v5.11.3 + rev: 5.11.4 hooks: - id: isort - repo: https://github.com/psf/black @@ -33,7 +33,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/nbQA-dev/nbQA - rev: 1.5.3 + rev: 1.6.0 hooks: - id: nbqa-black additional_dependencies: [black]