File tree 2 files changed +7
-14
lines changed
2 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
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"
15
8
}
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " descope"
3
- version = " 0 .0.dev3 "
3
+ version = " 1 .0.dev "
4
4
description = " Descope Python SDK"
5
5
authors = [" Descope <info@descope.com>" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments