Coding style.
This commit is contained in:
parent
17b71a6ae7
commit
a9664b44a1
1 changed files with 4 additions and 9 deletions
|
|
@ -1,3 +1,7 @@
|
|||
|
||||
# Copyright (C) 2018 Andrew Hamilton. All rights reserved.
|
||||
# Licensed under the Artistic License 2.0.
|
||||
|
||||
tools_for_extensions = [
|
||||
[["py"], ["python_syntax", "python_unittests", "pydoc", "mypy",
|
||||
"python_coverage", "pycodestyle", "pydocstyle", "pyflakes",
|
||||
|
|
@ -30,15 +34,6 @@ tools_for_extensions = [
|
|||
"aiff", "aifc", "au", "iff"], ["mediainfo"]],
|
||||
]
|
||||
|
||||
|
||||
# Tool template:
|
||||
# []
|
||||
# dependencies = [""]
|
||||
# url = ""
|
||||
# command = ""
|
||||
# success_status = ""
|
||||
# error_status = ""
|
||||
|
||||
[objdump_headers]
|
||||
dependencies = ["binutils"]
|
||||
url = "https://en.wikipedia.org/wiki/Objdump"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue