Skip to content

Commit 003117c

Browse files
authored
Remove outdated isort configuration (#392)
1 parent 3ce8ff9 commit 003117c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

{{cookiecutter.directory_name}}/pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ branch = true
8181
source = ["src/{{ cookiecutter.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 = "{{ cookiecutter.package_name }}"
89-
src_paths = ["src/{{ cookiecutter.package_name }}", "tests"]
90-
line_length = 120
91-
9284
[tool.tox]
9385
legacy_tox_ini = """
9486
[tox]

0 commit comments

Comments
 (0)