Skip to content

Instantly share code, notes, and snippets.

@aodag
Last active March 7, 2020 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aodag/9be948afdefda875304afd36b212f55f to your computer and use it in GitHub Desktop.
Save aodag/9be948afdefda875304afd36b212f55f to your computer and use it in GitHub Desktop.
{
"python.pythonPath": ".venv\\Scripts\\python.exe",
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
"python.formatting.provider": "black",
"editor.formatOnSave": true
}
[flake8]
max-line-length = 88
ignore = E203,W503,W504
[tool:pytest]
test_paths = tests
[mypy]
ignore_missing_imports = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment