Skip to content

Commit

Permalink
overrides: Update overrides for isort 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Zweili committed Feb 4, 2025
1 parent 1ee732e commit b0b33d4
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions overrides/build-systems.json
Original file line number Diff line number Diff line change
Expand Up @@ -9885,8 +9885,22 @@
"setuptools"
],
"isort": [
"poetry-core",
"setuptools"
{
"buildSystem": "poetry-core",
"until": "5.13.2"
},
{
"buildSystem": "setuptools",
"until": "5.13.2"
},
{
"buildSystem": "hatch-vcs",
"from": "6.0.0"
},
{
"buildSystem": "hatchling",
"from": "6.0.0"
}
],
"isosurfaces": [
"setuptools"
Expand Down

0 comments on commit b0b33d4

Please sign in to comment.