Skip to content

Commit b0b33d4

Browse files
author
Andreas Zweili
committed
overrides: Update overrides for isort 6.0
1 parent 1ee732e commit b0b33d4

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

overrides/build-systems.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9885,8 +9885,22 @@
98859885
"setuptools"
98869886
],
98879887
"isort": [
9888-
"poetry-core",
9889-
"setuptools"
9888+
{
9889+
"buildSystem": "poetry-core",
9890+
"until": "5.13.2"
9891+
},
9892+
{
9893+
"buildSystem": "setuptools",
9894+
"until": "5.13.2"
9895+
},
9896+
{
9897+
"buildSystem": "hatch-vcs",
9898+
"from": "6.0.0"
9899+
},
9900+
{
9901+
"buildSystem": "hatchling",
9902+
"from": "6.0.0"
9903+
}
98909904
],
98919905
"isosurfaces": [
98929906
"setuptools"

0 commit comments

Comments
 (0)