File tree Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Expand file tree Collapse file tree 2 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 11{
2- "python.testing.pytestEnabled" : true ,
3- "python.testing.pytestArgs" : [
4- " tests"
5- ],
6- "flake8.importStrategy" : " fromEnvironment" ,
7- "mypy-type-checker.importStrategy" : " fromEnvironment" ,
8- "isort.importStrategy" : " fromEnvironment" ,
9- "black-formatter.importStrategy" : " fromEnvironment" ,
10- "workbench.colorCustomizations" : {
11- "activityBar.background" : " #121D85" ,
12- "titleBar.activeBackground" : " #1A28BA" ,
13- "titleBar.activeForeground" : " #F9FAFE"
14- },
2+ "python.testing.pytestEnabled" : true ,
3+ "python.testing.pytestArgs" : [" tests" ],
4+ "flake8.importStrategy" : " fromEnvironment" ,
5+ "mypy-type-checker.importStrategy" : " fromEnvironment" ,
6+ "isort.importStrategy" : " fromEnvironment" ,
7+ "black-formatter.importStrategy" : " fromEnvironment"
158}
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " descope"
3- version = " 0 .0.dev3 "
3+ version = " 1 .0.dev "
44description = " Descope Python SDK"
55authors = [" Descope <info@descope.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments