-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change PLR0917 error message to match other PLR09XX messages (#9308)
## Summary Remove `:` for PLR0917 to make all PLR09XX message look the same ``` PLR0904 Too many public methods (21 > 20) PLR0911 Too many return statements (16 > 6) PLR0912 Too many branches (13 > 12) PLR0913 Too many arguments in function definition (10 > 5) PLR0915 Too many statements (118 > 50) PLR0917 Too many positional arguments: (15/5) ``` ## Test Plan <!-- How was it tested? --> --------- Signed-off-by: Mikael Arguedas <[email protected]>
- Loading branch information
1 parent
375c175
commit d86d3bd
Showing
3 changed files
with
6 additions
and
6 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
6 changes: 3 additions & 3 deletions
6
...s/pylint/snapshots/ruff_linter__rules__pylint__tests__PLR0917_too_many_positional.py.snap
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