Run cargo dev generate-all

This commit is contained in:
Charlie Marsh 2023-02-11 12:43:48 -05:00
parent ffb4e89a98
commit 97dcb738fa
2 changed files with 0 additions and 2 deletions

View file

@ -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` | 🛠 |

View file

@ -1484,7 +1484,6 @@
"E701",
"E702",
"E703",
"E704",
"E71",
"E711",
"E712",