File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ unsafe-load-any-extension=no
42
42
# run arbitrary code
43
43
extension-pkg-whitelist =
44
44
45
+ # Minimum supported python version
46
+ py-version = 3.6.2
47
+
45
48
46
49
[REPORTS]
47
50
@@ -302,7 +305,7 @@ ignored-modules=typed_ast.ast3
302
305
ignored-classes =SQLObject
303
306
304
307
# Regex pattern to define which classes are considered mixins.
305
- mixin-class-rgx =.*Mix[i|I ]n
308
+ mixin-class-rgx =.*Mix[Ii ]n
306
309
307
310
# List of members which are set dynamically and missed by pylint inference
308
311
# system, and so shouldn't trigger E0201 when accessed. Python regular
@@ -406,8 +409,5 @@ overgeneral-exceptions=Exception
406
409
407
410
[TYPING]
408
411
409
- # Minimum supported python version (used for typing only!)
410
- py-version = 3.6
411
-
412
412
# Annotations are used exclusively for type checking
413
413
runtime-typing = no
You can’t perform that action at this time.
0 commit comments