mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
disable import checking for six.moves
This commit is contained in:
parent
255af75d1f
commit
974ef4e93c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ from __future__ import unicode_literals
|
|||
import argparse
|
||||
import os
|
||||
|
||||
from six.moves import configparser
|
||||
from six.moves import configparser # pylint: disable=import-error
|
||||
|
||||
|
||||
def get_your_keys(credentials_file):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue