Skip to content

Conversation

@DimitriPapadopoulos
Copy link
Contributor

@DimitriPapadopoulos DimitriPapadopoulos marked this pull request as ready for review September 10, 2024 15:49
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
@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