We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349e540 commit 0b5ec88Copy full SHA for 0b5ec88
pyproject.toml
@@ -28,6 +28,9 @@ tact_build_taxonomic_tree = "tact.cli_taxonomy:main"
28
tact_add_taxa = "tact.cli_add_taxa:main"
29
tact_check_results = "tact.cli_check_trees:main"
30
31
+[tool.autopep8]
32
+max_line_length = 127
33
+ignore = "E501"
34
35
[build-system]
36
requires = ["poetry>=0.12"]
0 commit comments