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 718 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
  1. repos:
  2. - repo: https://github.com/kynan/nbstripout
  3. rev: 0.6.1
  4. hooks:
  5. - id: nbstripout
  6. name: nbstripout pycharm metadata
  7. alias: nbstripout-pycharm
  8. args:
  9. - '--extra-keys=cell.metadata.pycharm'
  10. - --keep-output
  11. - --keep-count
  12. - repo: https://github.com/pre-commit/pre-commit-hooks
  13. rev: v2.3.0
  14. hooks:
  15. - id: check-yaml
  16. - id: check-toml
  17. - id: end-of-file-fixer
  18. - repo: https://github.com/psf/black
  19. rev: 22.10.0
  20. hooks:
  21. - id: black
  22. args: [ --config=pyproject.toml ]
  23. - repo: https://github.com/pycqa/flake8
  24. rev: 5.0.4
  25. hooks:
  26. - id: flake8
  27. args: [ --config=scripts/flake8-config ]
Tip!

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

Comments

Loading...