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

setup.cfg 466 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
  1. [bumpversion]
  2. current_version = 0.8.15
  3. commit = True
  4. tag = True
  5. [bumpversion:file:setup.py]
  6. search = version='{current_version}'
  7. replace = version='{new_version}'
  8. [bumpversion:file:wandb/__init__.py]
  9. search = __version__ = '{current_version}'
  10. replace = __version__ = '{new_version}'
  11. [bdist_wheel]
  12. universal = 1
  13. [flake8]
  14. exclude = docs,wandb/vendor,wandb/kubeflow/dist,wandb/kubeflow/arena,build,venv,standalone_tests
  15. max-complexity = 10
  16. select = E9,F63,F72,F82
Tip!

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

Comments

Loading...