diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5da5536..3817388 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: isort additional_dependencies: [toml] - repo: https://github.com/python/black - rev: 21.11b1 + rev: 22.8.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks