diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a4de3195..78db9770 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: debug-statements - id: mixed-line-ending - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.6.0 + rev: v2.7.0 hooks: - id: pretty-format-yaml args: [--autofix, --preserve-quotes] @@ -33,7 +33,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/nbQA-dev/nbQA - rev: 1.6.1 + rev: 1.6.3 hooks: - id: nbqa-black additional_dependencies: [black]