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

Apply repo-review rules #237

Merged
merged 4 commits into from
Sep 25, 2024
Merged

Apply repo-review rules #237

merged 4 commits into from
Sep 25, 2024

Conversation

DimitriPapadopoulos
Copy link
Contributor

@DimitriPapadopoulos DimitriPapadopoulos marked this pull request as ready for review September 10, 2024 15:49
pyproject.toml Outdated Show resolved Hide resolved
RF003: src directory doesn't need to be specified anymore (0.6+)
       Ruff now (0.6+) looks in the src directory by default.
       The src setting doesn't need to be specified if it's just
       set to `["src"]`.
https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules

Also enable flake8-implicit-str-concat (ISC) rules, they are quite useful.
Unfortunately, ISC001 and ISC002 are not fully compatible with the formatter.
Run them manually from time to time...
MY103: MyPy warn unreachable
       Must have `warn_unreachable` (true/false) to pass this check.
@Secrus Secrus merged commit 7b29193 into pypa:main Sep 25, 2024
21 checks passed
@DimitriPapadopoulos DimitriPapadopoulos deleted the repo-review branch September 25, 2024 18:16
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