Skip to content

Commit b46b73a

Browse files
committed
docs: Update contributing and .gitignore
1 parent 62a26f1 commit b46b73a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ __pycache__/
1414
/.cache
1515
/.pytest_cache
1616
/.mypy_cache
17+
/.vscode
1718

1819
/doc/_apidoc/
1920
/build

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ These `settings.json` settings are useful:
5353
"source.organizeImports": "explicit"
5454
},
5555
"editor.defaultFormatter": "charliermarsh.ruff"
56-
}
56+
},
57+
"ruff.nativeServer": "on"
5758
}
58-
"ruff.nativeServer": "on",
5959
```
6060

6161
## Testing

0 commit comments

Comments
 (0)