mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
hotfix: pylint ignores runtime for speed
This commit is contained in:
parent
92b59c9b7a
commit
cd4edc5206
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ extension-pkg-whitelist=scipy,cereal.messaging.messaging_pyx,PyQt5,av
|
|||
|
||||
# Add files or directories to the blacklist. They should be base names, not
|
||||
# paths.
|
||||
ignore=CVS,autogen,msm_kgsl.py
|
||||
ignore=CVS,autogen,msm_kgsl.py,runtime
|
||||
|
||||
# Add files or directories matching the regex patterns to the blacklist. The
|
||||
# regex matches against base names, not paths.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue