-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move configurations to pyproject.toml
, use ruff
#754
Conversation
How did I break the |
Co-authored-by: Zanie <contact@zanie.dev>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We also removed autoflake in other encode projects, since it becomes redundant as well.
@tomchristie , did we break anything? Why does this test fail while the branch is up to date? |
Which test? |
It was a previous issue from click. Now it's solved. |
@tomchristie check this job. Related to #755 |
Issue: #751
Refs: encode/httpx#2648 encode/httpx#2680
Let's move all of our configurations to the
pyproject.toml
file so that we have a single file for our project metadata. I also added ruff as a dependency becauseflake8
does not supportpyproject.toml
.