mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 12:06:53 +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 argparse
|
||||||
import os
|
import os
|
||||||
|
|
||||||
from six.moves import configparser
|
from six.moves import configparser # pylint: disable=import-error
|
||||||
|
|
||||||
|
|
||||||
def get_your_keys(credentials_file):
|
def get_your_keys(credentials_file):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue