diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3e2ad20..caf1c22 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: trailing-whitespace files: \.(py|sh|rst|yml|yaml)$ - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.1.0 hooks: - id: black exclude: tests/ @@ -40,10 +40,10 @@ repos: ] exclude: ^tests/test_cases/no_closing_bracket\.py$ - repo: https://github.com/asottile/blacken-docs - rev: v1.12.1 + rev: 1.13.0 hooks: - id: blacken-docs - additional_dependencies: [black==22.10.0] + additional_dependencies: [black==23.1.0] exclude: ^.github/ - repo: https://github.com/rstcheck/rstcheck rev: v6.1.1