From c104cff54550b9a6513eb7a10dc23c936e0f0e65 Mon Sep 17 00:00:00 2001 From: Tomer Nosrati Date: Fri, 18 Oct 2024 17:27:06 +0300 Subject: [PATCH] Limit pre-commit to <4.0.0 until "docformatter" supports it --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index bbf41a6e..e48c00d3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3668,4 +3668,4 @@ sqs = ["boto3", "botocore", "pycurl", "urllib3"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "82c6be31f9a06923168352cdad111297ba9b8ee7221248ecae31e22c13af6617" +content-hash = "43b4984a865c30b2eba357ec51dce946377e899e37ff416cad72af0343ccf0a0" diff --git a/pyproject.toml b/pyproject.toml index 6e0a78b5..4cb8efbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,7 @@ flake8 = [ pre-commit = [ { version = "^2.21.0", python = "<3.8.0" }, { version = "^3.1.0", python = ">=3.8.0,<4.0" }, - { version = ">=3.6.0", python = ">=3.9.0,<4.0" }, + { version = "^3.8.0", python = ">=3.9.0,<4.0" }, ] mypy = ">=1.11.2" types-redis = ">=4.6.0.20240218"