mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 05:15:12 +00:00
Implement F631 (AssertTuple) (#99)
This commit is contained in:
parent
e2f46537fd
commit
312bfd8d2b
8 changed files with 61 additions and 0 deletions
|
@ -48,6 +48,7 @@ impl Settings {
|
|||
CheckCode::F401,
|
||||
CheckCode::F403,
|
||||
CheckCode::F541,
|
||||
CheckCode::F631,
|
||||
CheckCode::F634,
|
||||
CheckCode::F706,
|
||||
CheckCode::F831,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue