mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 21:34:57 +00:00
Run cargo dev generate-all
This commit is contained in:
parent
ffb4e89a98
commit
97dcb738fa
2 changed files with 0 additions and 2 deletions
|
@ -721,7 +721,6 @@ For more, see [pycodestyle](https://pypi.org/project/pycodestyle/) on PyPI.
|
|||
| E701 | multiple-statements-on-one-line-colon | Multiple statements on one line (colon) | |
|
||||
| E702 | multiple-statements-on-one-line-semicolon | Multiple statements on one line (semicolon) | |
|
||||
| E703 | useless-semicolon | Statement ends with an unnecessary semicolon | |
|
||||
| E704 | multiple-statements-on-one-line-def | Multiple statements on one line (def) | |
|
||||
| E711 | none-comparison | Comparison to `None` should be `cond is None` | 🛠 |
|
||||
| E712 | true-false-comparison | Comparison to `True` should be `cond is True` | 🛠 |
|
||||
| E713 | not-in-test | Test for membership should be `not in` | 🛠 |
|
||||
|
|
|
@ -1484,7 +1484,6 @@
|
|||
"E701",
|
||||
"E702",
|
||||
"E703",
|
||||
"E704",
|
||||
"E71",
|
||||
"E711",
|
||||
"E712",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue