diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 36a84572..2f028852 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: black - repo: https://github.com/asottile/pyupgrade - rev: v3.19.0 + rev: v3.19.1 hooks: - id: pyupgrade args: [--py38-plus] diff --git a/pyproject.toml b/pyproject.toml index 56bfc33f..d03f99da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling"] +requires = ["hatchling<1.27.0"] build-backend = "hatchling.build"