diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba2be5c..82d5439 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 22.8.0 hooks: - id: black @@ -19,7 +19,7 @@ repos: additional_dependencies: [pyyaml==5.4.1] - repo: https://github.com/kynan/nbstripout - rev: 0.5.0 + rev: 0.6.1 hooks: - id: nbstripout @@ -29,7 +29,7 @@ repos: - id: clang-format - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.7.1 + rev: v3.0.0-alpha.0 hooks: - id: prettier ci: