diff --git a/.vscode/settings.json b/.vscode/settings.json index c6a4edd5..491a44a7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,15 +6,15 @@ "editor.defaultFormatter": "ms-python.black-formatter", "editor.tabSize": 4 }, - "black-formatter.args": [ - "--config", - "pyproject.toml" - ], - "black-formatter.path": [ - ".venv/bin/python", - "-m", - "black" - ], + // "black-formatter.args": [ + // "--config", + // "pyproject.toml" + // ], + // "black-formatter.path": [ + // ".venv/bin/python", + // "-m", + // "black" + // ], "cSpell.words": [ "codeforlife", "klass", @@ -36,36 +36,36 @@ "**/.pytest_cache": true, "**/__pycache__": true }, - "isort.args": [ - "--settings-file=pyproject.toml" - ], - "isort.path": [ - ".venv/bin/python", - "-m", - "isort" - ], - "mypy-type-checker.args": [ - "--config-file=pyproject.toml" - ], - "mypy-type-checker.path": [ - ".venv/bin/python", - "-m", - "mypy" - ], - "pylint.args": [ - "--rcfile=pyproject.toml" - ], - "pylint.path": [ - ".venv/bin/python", - "-m", - "pylint" - ], - "python.defaultInterpreterPath": ".venv/bin/python", - "python.testing.pytestArgs": [ - "-n=auto", - "-c=pyproject.toml", - "." - ], + // "isort.args": [ + // "--settings-file=pyproject.toml" + // ], + // "isort.path": [ + // ".venv/bin/python", + // "-m", + // "isort" + // ], + // "mypy-type-checker.args": [ + // "--config-file=pyproject.toml" + // ], + // "mypy-type-checker.path": [ + // ".venv/bin/python", + // "-m", + // "mypy" + // ], + // "pylint.args": [ + // "--rcfile=pyproject.toml" + // ], + // "pylint.path": [ + // ".venv/bin/python", + // "-m", + // "pylint" + // ], + // "python.defaultInterpreterPath": ".venv/bin/python", + // "python.testing.pytestArgs": [ + // "-n=auto", + // "-c=pyproject.toml", + // "." + // ], "python.testing.pytestEnabled": true, "python.testing.unittestEnabled": false } \ No newline at end of file