summaryrefslogtreecommitdiff
path: root/pylint/__main__.py
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-09-16 17:33:50 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2018-09-17 09:07:42 +0200
commit3f2842400795ae1aaffc4ae6c35c4ef26857c239 (patch)
tree057fb96b25b851998edce6dd40b8e496755422a1 /pylint/__main__.py
parentc8e0992d31b831b7d60b1e8582b84068d50c3afd (diff)
downloadpylint-git-3f2842400795ae1aaffc4ae6c35c4ef26857c239.tar.gz
Reformat the code with black
Diffstat (limited to 'pylint/__main__.py')
-rw-r--r--pylint/__main__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/__main__.py b/pylint/__main__.py
index f1ecf1b98..7eca11929 100644
--- a/pylint/__main__.py
+++ b/pylint/__main__.py
@@ -4,4 +4,5 @@
#!/usr/bin/env python
import pylint
+
pylint.run_pylint()