Skip to content

Commit

Permalink
Remove outdated isort configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bouweandela committed May 16, 2024
1 parent fc8f91b commit 7c7298a
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 @@ -75,14 +75,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 7c7298a

Please sign in to comment.