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 642 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
24
25
26
27
28
29
30
31
  1. repos:
  2. - hooks:
  3. - id: black
  4. repo: https://github.com/ambv/black
  5. rev: 22.1.0
  6. - hooks:
  7. - id: flake8
  8. repo: https://gitlab.com/pycqa/flake8
  9. rev: 3.9.2
  10. - hooks:
  11. - id: isort
  12. repo: https://github.com/timothycrosley/isort
  13. rev: 5.10.1
  14. - hooks:
  15. - id: nbstripout
  16. repo: https://github.com/kynan/nbstripout
  17. rev: 0.5.0
  18. - hooks:
  19. - args:
  20. - --ignore-missing-imports
  21. - --namespace-packages
  22. - --explicit-package-bases
  23. id: mypy
  24. repo: https://github.com/pre-commit/mirrors-mypy
  25. rev: v0.941
  26. - hooks:
  27. - id: commitizen
  28. stages:
  29. - commit-msg
  30. repo: https://github.com/commitizen-tools/commitizen
  31. rev: v2.21.2
Tip!

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

Comments

Loading...