Skip to content
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

chore: add from __future__ import annotations everywhere #1205

Closed
MarcoGorelli opened this issue Oct 17, 2024 · 0 comments · Fixed by #1206
Closed

chore: add from __future__ import annotations everywhere #1205

MarcoGorelli opened this issue Oct 17, 2024 · 0 comments · Fixed by #1206
Labels
clean good first issue Good for newcomers

Comments

@MarcoGorelli
Copy link
Member

Ruff can automate this, all you need to do is to add

required-imports = ["from __future__ import annotations"]

to

[tool.ruff.lint.isort]

in pyproject.toml

then, pre-commit run -a and fix up errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clean good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant