forked from numpy/numpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: pycodestyle → ruff (numpy#27300)
* CI: pycodestyle → ruff check * MAINT: Apply ruff/pycodestyle rule E101 E101 Indentation contains mixed spaces and tabs * MAINT: Apply ruff/pycodestyle rule E111 E111 Indentation is not a multiple of 4 * MAINT: Apply ruff/pycodestyle rule E116 E116 Unexpected indentation (comment) * MAINT: Apply ruff/pycodestyle rule E117 E117 Over-indented * MAINT: Apply ruff/pycodestyle rule E201 E201 Whitespace after bracket * MAINT: Apply ruff/pycodestyle rule E202 E202 Whitespace before bracket * MAINT: Apply ruff/pycodestyle rule E203 E203 Whitespace before punctuation * MAINT: Apply ruff/pycodestyle rule E211 E211 Whitespace before '(' * MAINT: Apply ruff/pycodestyle rule E221 E221 Multiple spaces before operator * MAINT: Apply ruff/pycodestyle rule E222 E222 Multiple spaces after operator * MAINT: Apply ruff/pycodestyle rule E225 E225 Missing whitespace around operator * MAINT: Apply ruff/pycodestyle rule E226 E226 Missing whitespace around arithmetic operator * MAINT: Apply ruff/pycodestyle rule E227 E227 Missing whitespace around bitwise or shift operator * MAINT: Apply ruff/pycodestyle rule E228 E228 Missing whitespace around modulo operator * MAINT: Apply ruff/pycodestyle rule E252 E252 Missing whitespace around parameter equals * MAINT: Apply ruff/pycodestyle rule E261 E261 Insert at least two spaces before an inline comment * MAINT: Apply ruff/pycodestyle rule E271 E271 Multiple spaces after keyword * MAINT: Apply ruff/pycodestyle rule E272 E272 Multiple spaces before keyword * MAINT: Apply ruff/pycodestyle rule E275 E275 Missing whitespace after keyword * MAINT: Apply ruff/pycodestyle rule E301 E301 Expected 1 blank line between methods * MAINT: Apply ruff/pycodestyle rule E303 E303 Too many blank lines * MAINT: Apply ruff/pycodestyle rule E304 E304 Blank lines found after function decorator * MAINT: Apply ruff/pycodestyle rule E305 E305 Expected 2 blank lines after class or function definition * MAINT: Apply ruff/pycodestyle rule E306 E306 Expected 1 blank line before a nested definition * MAINT: Apply ruff/pycodestyle rule E501 E501 Line too long * MAINT: Disable ruff/pycodestyle rule E714 in tests E714 Test for object identity should be `is not` * MAINT: Apply ruff/pycodestyle rule E743 E743 Ambiguous function name * MAINT: Disable E501 for now Ruff has found 1080 occurrences of this error. Fixing them sounds excessive.
- Loading branch information
1 parent
d9c8ed5
commit c31e599
Showing
276 changed files
with
4,044 additions
and
3,892 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.