File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This SDK current supports the following versions of CloudEvents:
13
13
14
14
## Python SDK
15
15
16
- Package [ ** cloudevents** ] ( src/cloudevents ) provides primitives to work with
16
+ Package [ ** cloudevents** ] ( src/cloudevents ) provides primitives to work with
17
17
[ CloudEvents specification] ( https://github.com/cloudevents/spec ) .
18
18
19
19
### Installing
@@ -161,13 +161,13 @@ with one of the project's SDKs, please send an email to
161
161
162
162
## Maintenance
163
163
164
- We use [ Rye ] [ rye ] for dependency and package management, [ ruff] [ ruff ] and [ isort] [ isort ]
164
+ We use [ uv ] [ uv ] for dependency and package management, [ ruff] [ ruff ] and [ isort] [ isort ]
165
165
for autoformatting and [ pre-commit] [ pre-commit ] to automate those with commit
166
166
hooks.
167
167
168
168
For information on releasing version bumps see [ RELEASING.md] ( RELEASING.md )
169
169
170
- [ rye ] : https://rye .astral.sh/
170
+ [ uv ] : https://docs .astral.sh/uv /
171
171
[ ruff ] : https://docs.astral.sh/ruff
172
172
[ isort ] : https://pycqa.github.io/isort/
173
173
[ pre-commit ] : https://pre-commit.com
You can’t perform that action at this time.
0 commit comments