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

Bump ruff from 0.3.4 to 0.9.1 #1096

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

DimitriPapadopoulos
Copy link
Contributor

No description provided.

Copy link
Contributor

@RonnyPfannschmidt RonnyPfannschmidt left a comment

Choose a reason for hiding this comment

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

Thanks starting to address this

For the pytest rules we should use tje modern one after the maintainers of flake8-pytest went through the trouble of changing their default after i asked them to

pyproject.toml Outdated Show resolved Hide resolved
* The linter should not fix by default.
  The --fix option is passed by pre-commit.
@DimitriPapadopoulos DimitriPapadopoulos force-pushed the ruff_0.9.1 branch 2 times, most recently from 382294d to 7c2e0de Compare January 15, 2025 21:02
PYI006 Use `<` or `>=` for `sys.version_info` comparisons
RUF036 `None` not at the end of the type annotation.
RUF043 Pattern passed to `match=` contains metacharacters but is neither escaped nor raw
RUF052 Local dummy variable is accessed
PT001 Use `@pytest.fixture` over `@pytest.fixture()`
PT023 Use `@pytest.mark.skip_commit` over `@pytest.mark.skip_commit()`
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.

2 participants