Skip to content

Instantly share code, notes, and snippets.

@gonzalodiaz
Created June 7, 2020 18:01
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 gonzalodiaz/70341cc44f6f0efbfc1c7925e85a698a to your computer and use it in GitHub Desktop.
Save gonzalodiaz/70341cc44f6f0efbfc1c7925e85a698a to your computer and use it in GitHub Desktop.
PreCommitSalidaLargaSh
Running Linters...
Running Black...
All done! ✨ 🍰 ✨
6 files left unchanged.
Running Flake8...
Running pyDocStyle...
Running MyPy...
Success: no issues found in 6 source files
Congratulations! All went well.
[INFO] Initializing environment for https://github.com/psf/black.
[INFO] Initializing environment for https://gitlab.com/pycqa/flake8.
[INFO] Initializing environment for https://github.com/PyCQA/pydocstyle.
[INFO] Initializing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Installing environment for https://github.com/psf/black.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://gitlab.com/pycqa/flake8.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/PyCQA/pydocstyle.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/pre-commit/mirrors-mypy.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
black................................................(no files to check)Skipped
flake8...............................................(no files to check)Skipped
pydocstyle...........................................(no files to check)Skipped
mypy.................................................(no files to check)Skipped
[repository_setup 6cdaef9] Agregando pre-commit lib
1 file changed, 18 insertions(+)
create mode 100644 .pre-commit-config.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment