Skip to content

Commit

Permalink
Remove outdated isort configuration (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
bouweandela authored Jul 30, 2024
1 parent 3ce8ff9 commit 003117c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions {{cookiecutter.directory_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,6 @@ branch = true
source = ["src/{{ cookiecutter.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 = "{{ cookiecutter.package_name }}"
src_paths = ["src/{{ cookiecutter.package_name }}", "tests"]
line_length = 120

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

0 comments on commit 003117c

Please sign in to comment.