Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

#620 Black on factories and data_interface

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:hotfix/SG-000-black_on_some_common
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  1. repos:
  2. - repo: https://github.com/pre-commit/pre-commit-hooks
  3. rev: v2.3.0
  4. hooks:
  5. - id: check-yaml
  6. - id: check-toml
  7. - id: end-of-file-fixer
  8. - repo: https://github.com/psf/black
  9. rev: 22.10.0
  10. hooks:
  11. - id: black
  12. args: [ --config=pyproject.toml ]
  13. - repo: https://github.com/pycqa/flake8
  14. rev: 5.0.4
  15. hooks:
  16. - id: flake8
  17. args: [ --config=scripts/flake8-config ]
Discard
Tip!

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