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 311 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
  1. repos:
  2. - repo: https://github.com/psf/black
  3. rev: 22.1.0
  4. hooks:
  5. - id: black
  6. additional_dependencies: ['click==8.0.4']
  7. - repo: https://gitlab.com/pycqa/flake8
  8. rev: 3.8.4
  9. hooks:
  10. - id: flake8
  11. - repo: https://github.com/timothycrosley/isort
  12. rev: 5.7.0
  13. hooks:
  14. - id: isort
Tip!

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

Comments

Loading...