Skip to content

Commit 06880e2

Browse files
authored
Update pylintrc (#1278)
1 parent 813aab5 commit 06880e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pylintrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ unsafe-load-any-extension=no
4242
# run arbitrary code
4343
extension-pkg-whitelist=
4444

45+
# Minimum supported python version
46+
py-version = 3.6.2
47+
4548

4649
[REPORTS]
4750

@@ -302,7 +305,7 @@ ignored-modules=typed_ast.ast3
302305
ignored-classes=SQLObject
303306

304307
# Regex pattern to define which classes are considered mixins.
305-
mixin-class-rgx=.*Mix[i|I]n
308+
mixin-class-rgx=.*Mix[Ii]n
306309

307310
# List of members which are set dynamically and missed by pylint inference
308311
# system, and so shouldn't trigger E0201 when accessed. Python regular
@@ -406,8 +409,5 @@ overgeneral-exceptions=Exception
406409

407410
[TYPING]
408411

409-
# Minimum supported python version (used for typing only!)
410-
py-version = 3.6
411-
412412
# Annotations are used exclusively for type checking
413413
runtime-typing = no

0 commit comments

Comments
 (0)