Skip to content

Commit 35970b3

Browse files
committed
Update package version and remove unused isort config
Bumped the version of "my-pkg" in uv.lock to the latest dev version. Removed an unused `section-order` setting from the isort configuration in pyproject.toml to streamline configuration. Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
1 parent cf37a19 commit 35970b3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ fixable = ["ALL"]
5656

5757
[tool.ruff.lint.isort]
5858
combine-as-imports = true
59-
section-order = ["future", "standard-library", "first-party", "local-folder", "third-party"]
6059
[tool.mypy]
6160
python_version = "3.11"
6261
disallow_untyped_defs = true

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)