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 215 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
  1. [build-system]
  2. requires = ['setuptools>=42.0', "wheel"]
  3. build-backend = "setuptools.build_meta"
  4. [tool.pytest.ini_options]
  5. testpaths = [
  6. "tests"
  7. ]
  8. [tool.mypy]
  9. mypy_path = "src"
  10. ignore_missing_imports = true
Tip!

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

Comments

Loading...