mirror of
https://github.com/astral-sh/ruff
synced 2026-01-22 22:10:48 -05:00
Implement F631 (AssertTuple) (#99)
This commit is contained in:
committed by
GitHub
parent
e2f46537fd
commit
312bfd8d2b
4
resources/test/fixtures/F631.py
vendored
Normal file
4
resources/test/fixtures/F631.py
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
assert (False, "x")
|
||||
assert (False,)
|
||||
assert ()
|
||||
assert True
|
||||
1
resources/test/fixtures/pyproject.toml
vendored
1
resources/test/fixtures/pyproject.toml
vendored
@@ -6,6 +6,7 @@ select = [
|
||||
"F401",
|
||||
"F403",
|
||||
"F541",
|
||||
"F631",
|
||||
"F634",
|
||||
"F704",
|
||||
"F706",
|
||||
|
||||
Reference in New Issue
Block a user