Skip to content

Commit

Permalink
ci: disable cyclic-import error in pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
zhen.chen authored and AChenQ committed Mar 19, 2021
1 parent c85bcef commit 6304925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -119,7 +119,7 @@ repos:
args:
[
"--good-names=i,j,k,x,y,z,w,fp",
"--disable=bad-continuation",
"--disable=bad-continuation,cyclic-import",
"--generated-members=torch.*,cv2.*",
"--min-similarity-lines=15",
"--notes=FIXME,XXX",
Expand Down
2 changes: 1 addition & 1 deletion tensorbay/client/dataset.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python3 # pylint: disable=cyclic-import #pylint issue: 3525
#!/usr/bin/env python3
#
# Copyright 2021 Graviti. Licensed under MIT License.
#
Expand Down

0 comments on commit 6304925

Please sign in to comment.