Skip to content

Commit 43e7e36

Browse files
Bump isort from 6.0.0 to 6.0.1 (#107)
* Bump isort from 6.0.0 to 6.0.1 Bumps [isort](https://github.com/PyCQA/isort) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@6.0.0...6.0.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Skip version file --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Johannes Maron <johannes@maron.family>
1 parent d994c55 commit 43e7e36

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
@@ -44,7 +44,7 @@ lint = [
4444
"bandit==1.8.3",
4545
"black==25.1.0",
4646
"flake8==7.1.2",
47-
"isort==6.0.0",
47+
"isort==6.0.1",
4848
"pydocstyle[toml]==6.3.0",
4949
]
5050

@@ -81,6 +81,7 @@ known_first_party = "dynamic_filenames, tests"
8181
include_trailing_comma = true
8282
default_section = "THIRDPARTY"
8383
combine_as_imports = true
84+
skip = ["dynamic_filenames/_version.py"]
8485

8586
[tool.pydocstyle]
8687
add_ignore = "D1"

0 commit comments

Comments
 (0)