You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* remove external requirement files
* update project metadata
- Use uv build system
- static version
- list dependencies
- list dependency groups with developer dependencies
* Remove unused samples
* Rewrite noxfile for uv workflow
- Simplify session names `dev`, `test`, `lint`, etc
- Use uv in all calls
- Move linting and formatting into noxfile session
* pin python version for uv config
* create uv.lock file
* Update github actions workflow
- Upgrade all action versions
- Dynamically pull default python version from `.python-versoin` file
- Update nox sessions to match new noxfile
* Correct copy paste error
* Use uvx in actions instead of uv run
* noxfile enforces frozen lockfile
* checkout repo for file reading
* output a json report with the html
* Ensure steps wait for settings to be completed
* Update development setup for uv
* update FAQ
* Split linter and formatter groups
* Split linting and formatting sessions
* Remove verbose from formatters and linters
* Do not install all groups for dev environ
* Don't build python sessions
Embrace the uv tool and allow it to manage dependencies in the project
root.
* Replace requests with httpx
* Remove tool group
* extract common sync args
* Use hatch backend and dynamic versioning
* Allow mypy to use incremental cache
* adjust greedy ignore
* Remove version from init values
0 commit comments