Skip to content

Commit

Permalink
fix pylint rulez
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee committed Oct 16, 2023
1 parent 5a19876 commit dcdf75b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ignore=CVS
# ignore-list. The regex matches against paths and can be in Posix or Windows
# format. Because '\' represents the directory delimiter on Windows systems, it
# can't be used as an escape character.
ignore-paths=tests,docs,examples
ignore-paths=tests,docs,examples,^mindee/product/fr/carte_grise/.*$

# Files or directories matching the regular expression patterns are skipped.
# The regex matches against base names, not paths. The default value ignores
Expand Down Expand Up @@ -480,11 +480,6 @@ good-names=i,
j,
k,
ex,
a,
b,
e,
g,
q,
Run,
_

Expand Down

0 comments on commit dcdf75b

Please sign in to comment.