From b87079813ca96e5ec6348e4e96e7981b44eb89a8 Mon Sep 17 00:00:00 2001 From: Amritanshu Date: Tue, 10 May 2022 00:46:11 +0530 Subject: [PATCH] Fix: Pre-commit depends on cfgv which is not 3.10 compatible --- brewman/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/brewman/pyproject.toml b/brewman/pyproject.toml index fa57747a..df5aa555 100644 --- a/brewman/pyproject.toml +++ b/brewman/pyproject.toml @@ -24,7 +24,6 @@ starlette = "^0.18.0" flake8 = "^4.0.1" black = "^22.3.0" isort = {extras = ["toml"], version = "^5.10.0"} -pre-commit = "^2.15.0" mypy = "^0.950" [build-system]