summaryrefslogtreecommitdiff
path: root/pylint/__main__.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-07 14:55:38 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-15 21:14:28 +0100
commitd6129b9cef5e2636bf7ba71b3d48d72919e95b35 (patch)
treed73da5e71b994268e8eb15e425714c91350605a4 /pylint/__main__.py
parent7437dc8bbbfa1e966a03bc688052aa0bfb815d95 (diff)
downloadpylint-git-d6129b9cef5e2636bf7ba71b3d48d72919e95b35.tar.gz
Fix E265 block comment should start with '# '
Diffstat (limited to 'pylint/__main__.py')
-rw-r--r--pylint/__main__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pylint/__main__.py b/pylint/__main__.py
index badb5002a..767746a2a 100644
--- a/pylint/__main__.py
+++ b/pylint/__main__.py
@@ -1,7 +1,8 @@
+#!/usr/bin/env python
+
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# For details: https://github.com/PyCQA/pylint/blob/master/COPYING
-#!/usr/bin/env python
import os
import sys