Skip to content

Commit

Permalink
Add pylintrc config for typing extension (#4843)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Aug 14, 2021
1 parent 37f2f2b commit 09ffc07
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,15 @@ int-import-graph=
overgeneral-exceptions=Exception


[TYPING]

# Minimum supported python version (used for typing only!)
py-version = 3.6

# Annotations are used exclusively for type checking
runtime-typing = no


[pylint.DEPRECATED_BUILTINS]

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

0 comments on commit 09ffc07

Please sign in to comment.