Created
January 9, 2019 01:58
-
-
Save onlurking/e853ebbe2432c910c658ecc3e9fd42da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[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