Skip to content

Commit 953db45

Browse files
authored
Remove unused isort configuration (#591)
1 parent eb1f02c commit 953db45

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* CHANGELOG.md is now optional ([#462](https://github.com/NLeSC/python-template/issues/462))
2727

2828
### Removed
29-
29+
* Remove the configuration of isort ([#591](https://github.com/NLeSC/python-template/pull/591)), which is no longer used since [#347](https://github.com/NLeSC/python-template/issues/347).
3030

3131
## [0.5.0]
3232

template/pyproject.toml.jinja

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ branch = true
8181
source = ["src/{{ package_name }}"]
8282
command_line = "-m pytest"
8383

84-
[tool.isort]
85-
lines_after_imports = 2
86-
force_single_line = 1
87-
no_lines_before = ["FUTURE", "STDLIB", "THIRDPARTY", "FIRSTPARTY", "LOCALFOLDER"]
88-
known_first_party = "{{ package_name }}"
89-
src_paths = ["src/{{ package_name }}", "tests"]
90-
line_length = 120
91-
9284
[tool.tox]
9385
legacy_tox_ini = """
9486
[tox]

0 commit comments

Comments
 (0)