Skip to content

Commit 0b5ec88

Browse files
committed
Add autopep8
1 parent 349e540 commit 0b5ec88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ tact_build_taxonomic_tree = "tact.cli_taxonomy:main"
2828
tact_add_taxa = "tact.cli_add_taxa:main"
2929
tact_check_results = "tact.cli_check_trees:main"
3030

31+
[tool.autopep8]
32+
max_line_length = 127
33+
ignore = "E501"
3134

3235
[build-system]
3336
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)