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 264 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
  1. repos:
  2. - repo: https://github.com/psf/black
  3. rev: 23.11.0
  4. hooks:
  5. - id: black
  6. - repo: https://github.com/PyCQA/isort
  7. rev: 5.12.0
  8. hooks:
  9. - id: isort
  10. - repo: https://github.com/PyCQA/flake8
  11. rev: 6.1.0
  12. hooks:
  13. - id: flake8
Tip!

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

Comments

Loading...