Skip to content

Instantly share code, notes, and snippets.

@onlurking
Created January 9, 2019 01:58
Show Gist options
  • Save onlurking/e853ebbe2432c910c658ecc3e9fd42da to your computer and use it in GitHub Desktop.
Save onlurking/e853ebbe2432c910c658ecc3e9fd42da to your computer and use it in GitHub Desktop.
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
requests = "*"
[dev-packages]
pytest = "*"
black = "==18.9b0"
"flake8" = { git = 'git+https://gitlab.com/pycqa/flake8'}
"flake8-import-order" = "*"
"flake8-docstrings" = "*"
"flake8-bugbear" = "*"
"flake8-quotes" = "*"
"flake8-comprehensions" = "*"
"flake8-pep3101" = "*"
"flake8-blind-except" = "*"
"flake8-colors" = "*"
"pep8-naming" = "*"
[scripts]
test = "python -m pytest tests/"
lint = "flake8 ."
fix = "black --line-length 79 ."
[requires]
python_version = "3.7.2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment