Skip to content

Commit 09ffc07

Browse files
authored
Add pylintrc config for typing extension (#4843)
1 parent 37f2f2b commit 09ffc07

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pylintrc

+9
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,15 @@ int-import-graph=
381381
overgeneral-exceptions=Exception
382382

383383

384+
[TYPING]
385+
386+
# Minimum supported python version (used for typing only!)
387+
py-version = 3.6
388+
389+
# Annotations are used exclusively for type checking
390+
runtime-typing = no
391+
392+
384393
[pylint.DEPRECATED_BUILTINS]
385394

386395
# List of builtins function names that should not be used, separated by a comma

0 commit comments

Comments
 (0)