Skip to content

Conversation

JacobCoffee
Copy link
Member

What

  • format with ruff

Close

@JacobCoffee
Copy link
Member Author

JacobCoffee commented Sep 12, 2024

there's about 7000 issues found with ruff lint. taking away docstring and missing type annotations its not so bad at around ~500 so working through some of those to see if its something we want to do (i do 🥹)

@ewdurbin
Copy link
Member

ewdurbin commented Sep 12, 2024

Zero opposition, but please can handle all concerns then rebase this down to one commit so we can do something like https://black.readthedocs.io/en/stable/guides/introducing_black_to_your_project.html#avoiding-ruining-git-blame

"We're happy to announce the new way to file a contributor "
"agreement: on the web at",
self.entries[0]['summary']
"We're happy to announce the new way to file a contributor " "agreement: on the web at",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turn on ISC to catch these:

Suggested change
"We're happy to announce the new way to file a contributor " "agreement: on the web at",
"We're happy to announce the new way to file a contributor agreement: on the web at",

https://docs.astral.sh/ruff/rules/#flake8-implicit-str-concat-isc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

infra(dev): add code formatting/linting
3 participants