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 345 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
  1. repos:
  2. - repo: https://github.com/PyCQA/isort
  3. rev: 5.7.0
  4. hooks:
  5. - id: isort
  6. args: [--settings-path, ./pyproject.toml]
  7. - repo: https://github.com/ambv/black
  8. rev: 20.8b1
  9. hooks:
  10. - id: black
  11. language_version: python3.8
  12. - repo: https://gitlab.com/pycqa/flake8
  13. rev: 3.8.3
  14. hooks:
  15. - id: flake8
Tip!

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

Comments

Loading...