Skip to content

Commit 23f1dc0

Browse files
Bump isort from 6.0.0 to 6.0.1 (#130)
* 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] <[email protected]> * Skiip verison file --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Johannes Maron <[email protected]>
1 parent 1cad286 commit 23f1dc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ lint = [
6565
"bandit==1.8.3",
6666
"black==25.1.0",
6767
"flake8==7.1.2",
68-
"isort==6.0.0",
68+
"isort==6.0.1",
6969
"pydocstyle[toml]==6.3.0",
7070
]
7171
docs = [
@@ -115,6 +115,7 @@ known_first_party = "joeflow, tests"
115115
include_trailing_comma = true
116116
default_section = "THIRDPARTY"
117117
combine_as_imports = true
118+
skip = ["joeflow/_version.py"]
118119

119120
[tool.pydocstyle]
120121
add_ignore = "D1"

0 commit comments

Comments
 (0)