This repository has been archived on 2022-08-02. You can view files and clone it, but cannot push or open issues or pull requests.
Twxtter-main/.vscode/settings.json

7 lines
214 B
JSON

{
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.linting.flake8Args": [
"--ignore=E501, E261, E302, E231, E226, F401, E221, W503, E722, E711, E712, F841",
],
}