Skip to content

Instantly share code, notes, and snippets.

@khuyentran1401
Last active January 10, 2023 01:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khuyentran1401/2d6fc241f6738fdc0946e62e1597223e to your computer and use it in GitHub Desktop.
Save khuyentran1401/2d6fc241f6738fdc0946e62e1597223e to your computer and use it in GitHub Desktop.
repos:
- repo: https://github.com/psf/black
rev: 22.1.0
hooks:
- id: black
additional_dependencies: ['click==8.0.4']
- repo: https://github.com/pycqa/flake8
rev: 3.8.4
hooks:
- id: flake8
- repo: https://github.com/timothycrosley/isort
rev: 5.7.0
hooks:
- id: isort
- repo: https://github.com/kynan/nbstripout
rev: 0.5.0
hooks:
- id: nbstripout
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.782
hooks:
- id: mypy
args: [--ignore-missing-imports]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment