diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 039ce1c..210f110 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: args: [--settings-path=pyproject.toml, --filter-files] additional_dependencies: [toml] - repo: https://github.com/psf/black - rev: stable + rev: 19.10b0 hooks: - id: black args: [--config=pyproject.toml]