Skip to content

Commit

Permalink
Remove unused isort configuration (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
bouweandela committed Aug 28, 2024
1 parent eb1f02c commit 953db45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* CHANGELOG.md is now optional ([#462](https://github.com/NLeSC/python-template/issues/462))

### Removed

* 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).

## [0.5.0]

Expand Down
8 changes: 0 additions & 8 deletions template/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,6 @@ branch = true
source = ["src/{{ package_name }}"]
command_line = "-m pytest"

[tool.isort]
lines_after_imports = 2
force_single_line = 1
no_lines_before = ["FUTURE", "STDLIB", "THIRDPARTY", "FIRSTPARTY", "LOCALFOLDER"]
known_first_party = "{{ package_name }}"
src_paths = ["src/{{ package_name }}", "tests"]
line_length = 120

[tool.tox]
legacy_tox_ini = """
[tox]
Expand Down

0 comments on commit 953db45

Please sign in to comment.