You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run `ruff check . --fix`
Run `ruff format .`
Move test-specifc `ruff.toml` to `per-file-ignores`
Sort test imports
Import `Literal` from `typing`
Force `from __future__ import annotations` import
Rewrite `dict()` as literal (2x faster)
Disallow function calls in default arguments
Be intentional about exception context
Upgrade all (compatible) generics to built-in types
Sort `__all__` blocks
Enable `RUF` ruleset
Prefer tuple unpacking over concatenation
Forbid implicit optional
No explicit string concatenation
Remove unnecessary `pass` statements
Remove unnecessary parantheses on raised exceptions
Disallow relative imports from parent modules
Remove unused import aliases
Add lint rule comments
Revert "Disallow function calls in default arguments"
This reverts commit 12a0a6a.
Fix some stragglers
Updated ruff version in workflow
Lint `data/` dirs
rebase fixes
sentinel pattern for function calls in default arguments
rebase fixes
0 commit comments