Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Mar 6, 2024
1 parent 84ad296 commit d3b55c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
2 changes: 1 addition & 1 deletion .submodules/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def main() -> None:

# Process each config.
for key, global_config in global_configs.items():
# Skip config if it's not going to merged into any submodules.
# Skip config if it's not to be merged into any submodules.
if not global_config.submodules:
continue

Expand Down
39 changes: 0 additions & 39 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.tabSize": 4
},
// "black-formatter.args": [
// "--config",
// "pyproject.toml"
// ],
// "black-formatter.path": [
// ".venv/bin/python",
// "-m",
// "black"
// ],
"cSpell.words": [
"codeforlife",
"klass",
Expand All @@ -36,36 +27,6 @@
"**/.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",
// "."
// ],
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false
}

0 comments on commit d3b55c6

Please sign in to comment.