diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 77e63e62..5be26ec8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,11 +15,11 @@ repos: args: [--config=setup.cfg] - repo: https://github.com/omnilib/ufmt - rev: v1.3.1 + rev: v1.3.2 hooks: - id: ufmt additional_dependencies: - - black == 21.9b0 + - black == 21.12b0 - usort == 0.6.4 - repo: https://github.com/executablebooks/mdformat diff --git a/pyproject.toml b/pyproject.toml index 4c0a3fa2..da505b72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,4 +5,4 @@ first_party_detection = false [tool.black] line-length = 110 -target-version = ["py36"] +target-version = ["py37"]