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 538 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
  1. repos:
  2. - repo: https://github.com/asottile/seed-isort-config
  3. rev: v1.9.3
  4. hooks:
  5. - id: seed-isort-config
  6. - repo: https://github.com/pre-commit/mirrors-isort
  7. rev: v4.3.21
  8. hooks:
  9. - id: isort
  10. - repo: https://github.com/pre-commit/mirrors-yapf
  11. rev: 80b9cd2f0f3b1f3456a77eff3ddbaf08f18c08ae
  12. hooks:
  13. - id: yapf
  14. - repo: https://github.com/pre-commit/pre-commit-hooks
  15. rev: v2.3.0
  16. hooks:
  17. - id: flake8
  18. - id: trailing-whitespace
  19. - id: check-yaml
  20. - id: end-of-file-fixer
  21. - id: requirements-txt-fixer
Tip!

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

Comments

Loading...