Skip to content

Commit

Permalink
Closes #16
Browse files Browse the repository at this point in the history
  • Loading branch information
gfrn committed Jun 21, 2022
1 parent 019cf9e commit cd0a47f
Show file tree
Hide file tree
Showing 9 changed files with 180 additions and 171 deletions.
11 changes: 7 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"python.formatting.provider": "black",
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"python.linting.banditEnabled": true,
"python.linting.flake8Enabled": false,
"python.linting.mypyEnabled": false,
"python.linting.banditEnabled": false,
"mypy.configFile": ".mypy.ini",
"python.testing.unittestArgs": [
"-v",
Expand All @@ -12,5 +12,8 @@
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
"python.testing.unittestEnabled": true,
"python.linting.enabled": true,
"python.linting.pylintEnabled": false,
"python.linting.prospectorEnabled": true
}
Loading

0 comments on commit cd0a47f

Please sign in to comment.