Closed sansyrox closed 7 months ago
Thank you for contributing to pyo3-asyncio!
Please consider adding the following to your pull request:
Be aware the CI pipeline will check your pull request for the following:
cargo test
make clippy
cargo fmt
black . --check
pip install black
closing as needs more work
Thank you for contributing to pyo3-asyncio!
Please consider adding the following to your pull request:
Be aware the CI pipeline will check your pull request for the following:
cargo test
)make clippy
)cargo fmt
)black . --check
. You can install black withpip install black
)