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 367 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
  1. repos:
  2. - repo: https://github.com/pre-commit/pre-commit-hooks
  3. rev: 'v2.3.0'
  4. hooks:
  5. - id: end-of-file-fixer
  6. - id: trailing-whitespace
  7. - repo: https://github.com/psf/black
  8. rev: '19.3b0'
  9. hooks:
  10. - id: black
  11. - repo: https://gitlab.com/pycqa/flake8
  12. rev: '3.8.4' # pick a git hash / tag to point to
  13. hooks:
  14. - id: flake8
Tip!

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

Comments

Loading...