File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1- name : Publish
1+ name : Draft
22on :
33 push :
44 branches :
Original file line number Diff line number Diff line change @@ -10,8 +10,14 @@ TestResults/
1010* .pyc
1111dist /
1212.vs /
13- .vscode /
1413
1514# PDM
1615.pdm.toml
1716__pypackages__ /
17+
18+ # VisualStudioCode
19+ .vscode /*
20+ ! .vscode /settings.json
21+ ! .vscode /tasks.json
22+ ! .vscode /launch.json
23+ ! .vscode /extensions.json
Original file line number Diff line number Diff line change 1+ {
2+ "python.linting.enabled" : true ,
3+ "python.linting.flake8Enabled" : false ,
4+ "python.linting.pylintEnabled" : true ,
5+ "python.testing.pytestArgs" : [
6+ " tests"
7+ ],
8+ "python.testing.unittestEnabled" : false ,
9+ "python.testing.pytestEnabled" : true ,
10+ "python.autoComplete.extraPaths" : [" __pypackages__/<major.minor>/lib" ],
11+ "python.analysis.extraPaths" : [" __pypackages__/<major.minor>/lib" ]
12+ }
You can’t perform that action at this time.
0 commit comments