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 516 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
  1. repos:
  2. - repo: https://github.com/gitguardian/ggshield
  3. rev: v1.13.0
  4. hooks:
  5. - id: ggshield
  6. language_version: python3
  7. stages: [commit]
  8. - repo: https://github.com/pre-commit/mirrors-prettier
  9. rev: v2.7.1
  10. hooks:
  11. - id: prettier
  12. - repo: https://github.com/psf/black
  13. rev: 22.8.0
  14. hooks:
  15. - id: black
  16. - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
  17. rev: v2.4.0
  18. hooks:
  19. - id: pretty-format-java
  20. args: [--autofix]
Tip!

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

Comments

Loading...