Skip to content

Commit 4f41b2e

Browse files
authored
Merge pull request #880 from sir-gon/develop
[CONFIG] Local vscode config removed.
2 parents 1fa6a29 + abd8777 commit 4f41b2e

3 files changed

Lines changed: 18 additions & 17 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ cython_debug/
164164
## https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
165165

166166
.vscode/*
167-
!.vscode/settings.json
167+
# !.vscode/settings.json
168168
!.vscode/tasks.json
169169
!.vscode/launch.json
170170
!.vscode/extensions.json

.vscode/settings.json

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"python.testing.pytestEnabled": true,
3+
"python.analysis.typeCheckingMode": "basic",
4+
"python.analysis.autoImportCompletions": true,
5+
"python.envFile": "${workspaceFolder}/.env",
6+
"python.terminal.activateEnvironment": true,
7+
"python.testing.pytestArgs": [
8+
"src"
9+
],
10+
"python.testing.unittestEnabled": false,
11+
"snyk.advanced.additionalParameters": "--command=.venv/bin/python --exclude=.trunk,coverage,htmlcov",
12+
"sonarlint.rules": {
13+
"python:S1542": {
14+
"format": "^[a-z][a-zA-Z0-9]*$"
15+
}
16+
}
17+
}

0 commit comments

Comments
 (0)