Coding style.

This commit is contained in:
Andrew Hamilton 2018-06-02 12:50:32 +10:00
parent 17b71a6ae7
commit a9664b44a1

View file

@ -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"