Skip to content

Commit ef3369b

Browse files
authored
Add node_modules to .gitignore and Pylint's ignore list (archlinux#4089)
This makes it easier to use Pyright locally.
1 parent bb13139 commit ef3369b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ requirements.txt
3939
/.gitconfig
4040
/actions-runner
4141
/cmd_output.txt
42+
node_modules/
4243
uv.lock

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ testpaths = ["tests"]
140140
ignore-paths = [
141141
"^build/",
142142
"^docs/",
143+
"^node_modules/",
143144
]
144145
persistent = false
145146
py-version = "3.12"

0 commit comments

Comments
 (0)