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

.typos.toml 768 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
21
22
23
24
25
26
27
28
29
30
31
  1. [files]
  2. extend-exclude = [
  3. "*.csv",
  4. "sign-language-detection-yolov5/*",
  5. "orbit-user-analysis/steps/report.py",
  6. "customer-satisfaction/pipelines/deployment_pipeline.py",
  7. "customer-satisfaction/streamlit_app.py",
  8. "nba-pipeline/Building and Using An MLOPs Stack With ZenML.ipynb",
  9. "customer-satisfaction/tests/data_test.py",
  10. "end-to-end-computer-vision/**/*.ipynb"
  11. ]
  12. [default.extend-identifiers]
  13. # HashiCorp = "HashiCorp"
  14. connexion = "connexion"
  15. preprocesser = "preprocesser"
  16. Preprocesser = "Preprocesser"
  17. [default.extend-words]
  18. # aks = "aks"
  19. GOES = "GOES"
  20. lenght = "lenght"
  21. preprocesser = "preprocesser"
  22. Preprocesser = "Preprocesser"
  23. Implicitly = "Implicitly"
  24. fo = "fo"
  25. mapp = "mapp"
  26. polution = "polution"
  27. [default]
  28. locale = "en-us"
Tip!

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

Comments

Loading...