Skip to content

Commit 0249a47

Browse files
Bump isort from 6.0.0 to 6.0.1 (#44)
1 parent 564dd9c commit 0249a47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ lint = [
4646
"bandit==1.8.3",
4747
"black==25.1.0",
4848
"flake8==7.1.2",
49-
"isort==6.0.0",
49+
"isort==6.0.1",
5050
"pydocstyle[toml]==6.3.0",
5151
]
5252

@@ -83,6 +83,7 @@ known_first_party = "django_esm, tests"
8383
include_trailing_comma = true
8484
default_section = "THIRDPARTY"
8585
combine_as_imports = true
86+
skip = ["django_esm/_version.py"]
8687

8788
[tool.pydocstyle]
8889
add_ignore = "D1"

0 commit comments

Comments
 (0)