summaryrefslogtreecommitdiffstats
path: root/pyrightconfig.json
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-10 22:54:48 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-10 22:54:48 +0200
commit863053ee1e9dcee40b31c995d0c7816eec3087a2 (patch)
treef9fcf880e0ebe632b25c8cb410072c6c67364471 /pyrightconfig.json
parent68340155e3d8b80cddddff9e2501b3e33eb509a9 (diff)
downloaddotfiles-863053ee1e9dcee40b31c995d0c7816eec3087a2.tar.gz
dotfiles-863053ee1e9dcee40b31c995d0c7816eec3087a2.zip
misc(nvim): move pyright config file
Diffstat (limited to 'pyrightconfig.json')
-rw-r--r--pyrightconfig.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/pyrightconfig.json b/pyrightconfig.json
deleted file mode 100644
index ed66f75..0000000
--- a/pyrightconfig.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "include": [
- ".config/nvim/rplugin/python3"
- ],
- "exclude": [
- "**/__pycache__"
- ],
- "stubPath": "typings"
-}