mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 11:16:53 +00:00
Remove pylint
This commit is contained in:
parent
d19360c179
commit
8be6f4c77e
5 changed files with 1 additions and 29 deletions
|
|
@ -4,7 +4,7 @@ from __future__ import unicode_literals
|
|||
import argparse
|
||||
import os
|
||||
|
||||
from six.moves import configparser # pylint: disable=import-error
|
||||
from six.moves import configparser
|
||||
|
||||
|
||||
def get_your_keys(credentials_file):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue