-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[pycodestyle
] Add blank line(s) rules (E301
, E302
, E303
, E304
, E305
, E306
)
#8720
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 32ec9e7 - Browse repository at this point
Copy the full SHA 32ec9e7View commit details
Commits on Nov 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 624c7a5 - Browse repository at this point
Copy the full SHA 624c7a5View commit details
Commits on Nov 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cd02e11 - Browse repository at this point
Copy the full SHA cd02e11View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9a19ef - Browse repository at this point
Copy the full SHA f9a19efView commit details -
Configuration menu - View commit details
-
Copy full SHA for a10bea3 - Browse repository at this point
Copy the full SHA a10bea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f57b614 - Browse repository at this point
Copy the full SHA f57b614View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42c6f12 - Browse repository at this point
Copy the full SHA 42c6f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2283019 - Browse repository at this point
Copy the full SHA 2283019View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06618c2 - Browse repository at this point
Copy the full SHA 06618c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09b6ba1 - Browse repository at this point
Copy the full SHA 09b6ba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bdd181 - Browse repository at this point
Copy the full SHA 1bdd181View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a7b4cb - Browse repository at this point
Copy the full SHA 2a7b4cbView commit details
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aa7b6e6 - Browse repository at this point
Copy the full SHA aa7b6e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d3744d - Browse repository at this point
Copy the full SHA 8d3744dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d670100 - Browse repository at this point
Copy the full SHA d670100View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd282ec - Browse repository at this point
Copy the full SHA bd282ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ef4d02 - Browse repository at this point
Copy the full SHA 2ef4d02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36d2547 - Browse repository at this point
Copy the full SHA 36d2547View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f61011 - Browse repository at this point
Copy the full SHA 0f61011View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e9ca4e - Browse repository at this point
Copy the full SHA 0e9ca4eView commit details -
Fix decorator linked false positive.
decorator -> comment -> decorator was causing a false positive.
Configuration menu - View commit details
-
Copy full SHA for 3f6f207 - Browse repository at this point
Copy the full SHA 3f6f207View commit details
Commits on Nov 17, 2023
-
Fix false positive where a method following an if (or other indentation inducing keyword) would trigger E301.
Configuration menu - View commit details
-
Copy full SHA for b667c5c - Browse repository at this point
Copy the full SHA b667c5cView commit details
Commits on Nov 18, 2023
-
Fix decorator + async false positive.
This also move the trigger on an async def from the def to the async.
Configuration menu - View commit details
-
Copy full SHA for 0bf4c45 - Browse repository at this point
Copy the full SHA 0bf4c45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7de1e05 - Browse repository at this point
Copy the full SHA 7de1e05View commit details -
Improve E302's fix interaction with comments.
Make the comment stick to the following line instead of the preceding one.
Configuration menu - View commit details
-
Copy full SHA for 0c1450a - Browse repository at this point
Copy the full SHA 0c1450aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b9b277 - Browse repository at this point
Copy the full SHA 7b9b277View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d7b235 - Browse repository at this point
Copy the full SHA 1d7b235View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73e5ba9 - Browse repository at this point
Copy the full SHA 73e5ba9View commit details
Commits on Nov 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c1a7a7c - Browse repository at this point
Copy the full SHA c1a7a7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b484ca4 - Browse repository at this point
Copy the full SHA b484ca4View commit details -
This will slow down things a bit, but makes it clearer what the conditions for a given rule to trigger are.
Configuration menu - View commit details
-
Copy full SHA for 6d0fbf2 - Browse repository at this point
Copy the full SHA 6d0fbf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7b2f89 - Browse repository at this point
Copy the full SHA f7b2f89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5365830 - Browse repository at this point
Copy the full SHA 5365830View commit details -
Configuration menu - View commit details
-
Copy full SHA for bafddf9 - Browse repository at this point
Copy the full SHA bafddf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea9d9c8 - Browse repository at this point
Copy the full SHA ea9d9c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d2f7b5 - Browse repository at this point
Copy the full SHA 4d2f7b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0867011 - Browse repository at this point
Copy the full SHA 0867011View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f2d339 - Browse repository at this point
Copy the full SHA 9f2d339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46b0c46 - Browse repository at this point
Copy the full SHA 46b0c46View commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3eb5c62 - Browse repository at this point
Copy the full SHA 3eb5c62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b15d8c - Browse repository at this point
Copy the full SHA 9b15d8cView commit details
Commits on Nov 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fd65c70 - Browse repository at this point
Copy the full SHA fd65c70View commit details
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 883818b - Browse repository at this point
Copy the full SHA 883818bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29f0e6b - Browse repository at this point
Copy the full SHA 29f0e6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b6bfdf - Browse repository at this point
Copy the full SHA 0b6bfdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 304115a - Browse repository at this point
Copy the full SHA 304115aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 083f4f5 - Browse repository at this point
Copy the full SHA 083f4f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60311c3 - Browse repository at this point
Copy the full SHA 60311c3View commit details -
Update crates/ruff_linter/src/rules/pycodestyle/rules/logical_lines/b…
…lank_lines.rs Co-authored-by: Micha Reiser <micha@reiser.io>
Configuration menu - View commit details
-
Copy full SHA for dc2fe49 - Browse repository at this point
Copy the full SHA dc2fe49View commit details -
BlankLinesTrackingVars -> BlankLinesChecker
With BlankLinesChecker containing the method doing the checking.
Configuration menu - View commit details
-
Copy full SHA for 727a17b - Browse repository at this point
Copy the full SHA 727a17bView commit details
Commits on Dec 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cbb6c1b - Browse repository at this point
Copy the full SHA cbb6c1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29849d5 - Browse repository at this point
Copy the full SHA 29849d5View commit details