From 1475bc2278c260e876c9c343b205162abfa5d010 Mon Sep 17 00:00:00 2001 From: Edward Gokmen Date: Wed, 25 Jan 2023 16:40:18 +0000 Subject: [PATCH] added pathspec override --- overrides/build-systems.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index 80d64f2..79d52df 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -1,4 +1,7 @@ { + "pathspec": [ + "flit-core" + ], "types-pygments": [ "setuptools" ], @@ -35,10 +38,6 @@ "builddsl": [ "poetry" ], - "iniconfig": [ - "hatchling", - "hatch-vcs" - ], "kraken-common": [ "poetry" ],