summaryrefslogtreecommitdiff
path: root/etc/pip/components/lint.req
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pip/components/lint.req')
-rw-r--r--etc/pip/components/lint.req6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/pip/components/lint.req b/etc/pip/components/lint.req
new file mode 100644
index 00000000000..74f244638b7
--- /dev/null
+++ b/etc/pip/components/lint.req
@@ -0,0 +1,6 @@
+# Linters
+pylint
+yapf
+# typing in Python 2 for mypy
+typing; python_version < "3"
+pydocstyle