Skip to content

Instantly share code, notes, and snippets.

@gonzalodiaz
Created June 6, 2020 09:20
Show Gist options
  • Save gonzalodiaz/bab462a55f410f32f0e9cb3b40e85534 to your computer and use it in GitHub Desktop.
Save gonzalodiaz/bab462a55f410f32f0e9cb3b40e85534 to your computer and use it in GitHub Desktop.
EnvironmentYml
name: tutorial-python-quality-code-env
channels:
- defaults
- conda-forge
dependencies:
- python=3.8.3
- flake8=3.8.2
- pydocstyle=4.0.1
- mypy=0.770
- black=19.10b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment