Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.pre-commit-config.yaml 513 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  1. repos:
  2. - repo: https://github.com/ambv/black
  3. rev: 20.8b1
  4. hooks:
  5. - id: black
  6. - repo: https://gitlab.com/pycqa/flake8
  7. rev: 3.8.4
  8. hooks:
  9. - id: flake8
  10. - repo: https://github.com/timothycrosley/isort
  11. rev: 5.7.0
  12. hooks:
  13. - id: isort
  14. - repo: https://github.com/kynan/nbstripout
  15. rev: 0.5.0
  16. hooks:
  17. - id: nbstripout
  18. # - repo: https://github.com/pre-commit/mirrors-mypy
  19. # rev: v0.782
  20. # hooks:
  21. # - id: mypy
  22. # args: [--ignore-missing-imports]
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...