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 402 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
  1. ---
  2. repos:
  3. -
  4. repo: https://github.com/ambv/black
  5. rev: 20.8b1
  6. hooks:
  7. -
  8. id: black
  9. language_version: python3
  10. - repo: local
  11. hooks:
  12. - id: python-tests
  13. name: pytests
  14. entry: pytest src/tests
  15. language: python
  16. additional_dependencies: [pre-commit, pytest, pandas, sklearn, matplotlib]
  17. always_run: true
  18. pass_filenames: false
Tip!

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

Comments

Loading...