|
1 | 1 | # Dapr SDK for Python |
2 | 2 |
|
3 | | -[](https://pypi.org/project/dapr/) |
4 | | -[](https://pypi.org/project/dapr/) |
5 | | -[](https://github.com/dapr/python-sdk/actions/workflows/build.yaml) |
6 | | -[](https://codecov.io/gh/dapr/python-sdk) |
7 | | -[](https://github.com/dapr/python-sdk/blob/main/LICENSE) |
8 | | -[](https://github.com/dapr/python-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) |
9 | | -[](http://bit.ly/dapr-discord) |
10 | | -[](https://youtube.com/@daprdev) |
| 3 | +[](https://pypi.org/project/dapr/) |
| 4 | +[](https://pypi.org/project/dapr/) |
| 5 | +[](https://github.com/dapr/python-sdk/actions/workflows/build.yaml) |
| 6 | +[](https://codecov.io/gh/dapr/python-sdk) |
| 7 | +[](https://github.com/dapr/python-sdk/blob/main/LICENSE) |
| 8 | +[](https://github.com/dapr/python-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) |
| 9 | +[](http://bit.ly/dapr-discord) |
| 10 | +[](https://youtube.com/@daprdev) |
11 | 11 | <!-- IGNORE_LINKS --> |
12 | 12 | [](https://twitter.com/daprdev) |
13 | 13 | <!-- END_IGNORE --> |
@@ -94,31 +94,25 @@ pip3 install -e ./ext/dapr-ext-workflow/ |
94 | 94 | pip3 install -r dev-requirements.txt |
95 | 95 | ``` |
96 | 96 |
|
97 | | -4. Run linter |
98 | | - |
99 | | -```bash |
100 | | -tox -e flake8 |
101 | | -``` |
102 | | - |
103 | | -5. Run autofix |
| 97 | +4. Run linter and autofix |
104 | 98 |
|
105 | 99 | ```bash |
106 | 100 | tox -e ruff |
107 | 101 | ``` |
108 | 102 |
|
109 | | -6. Run unit-test |
| 103 | +5. Run unit-test |
110 | 104 |
|
111 | 105 | ```bash |
112 | 106 | tox -e py311 |
113 | 107 | ``` |
114 | 108 |
|
115 | | -7. Run type check |
| 109 | +6. Run type check |
116 | 110 |
|
117 | 111 | ```bash |
118 | 112 | tox -e type |
119 | 113 | ``` |
120 | 114 |
|
121 | | -8. Run examples |
| 115 | +7. Run examples |
122 | 116 |
|
123 | 117 | ```bash |
124 | 118 | tox -e examples |
@@ -153,7 +147,7 @@ export DAPR_BRANCH=release-1.16 # Optional, defaults to master |
153 | 147 | ./tools/regen_grpcclient.sh |
154 | 148 | ``` |
155 | 149 |
|
156 | | -> Note: The `grpcio-tools` version we're using doesn't support Python 3.13. |
| 150 | +> Note: The `grpcio-tools` version we're using doesn't support Python 3.13. |
157 | 151 |
|
158 | 152 | ## Help & Feedback |
159 | 153 |
|
|
0 commit comments