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

pyproject.toml 285 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. [tool.black]
  2. line-length = 88
  3. extend-exclude = '''
  4. (
  5. testing/data
  6. | .*.md
  7. )
  8. '''
  9. skip_magic_trailing_comma = true
  10. [tool.coverage.run]
  11. source = ["./GANDLF"]
  12. omit = [
  13. ".github/*",
  14. ".devcontainer/*",
  15. "./setup.py",
  16. "./gandlf_*",
  17. "./testing/conftest.py",
  18. "./tutorials/*",
  19. ]
Tip!

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

Comments

Loading...