mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
We're not using pylint
This commit is contained in:
parent
7c213f4482
commit
efe33ffe5c
5 changed files with 5 additions and 28 deletions
|
|
@ -1,6 +1,5 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
# pylint:disable=invalid-name
|
||||
PY2 = str is bytes
|
||||
PY3 = str is not bytes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue