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 295 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
  1. [build-system]
  2. requires = ['setuptools>=42.0', "wheel"]
  3. build-backend = "setuptools.build_meta"
  4. # It is to tell pytest package to look only into tests folder and nowhere else.
  5. [tool.pytest.ini_options]
  6. testpaths = [
  7. "tests"
  8. ]
  9. [tool.mypy]
  10. mypy_path = "src"
  11. ignore_missing_imports = true
Tip!

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

Comments

Loading...