Use magic_trailing_comma
and preview
for FileMode
in fuzz
(#2802)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This commit is contained in:
parent
d2c938eb02
commit
3905173cb3
2
fuzz.py
2
fuzz.py
@ -32,7 +32,9 @@
|
|||||||
black.FileMode,
|
black.FileMode,
|
||||||
line_length=st.just(88) | st.integers(0, 200),
|
line_length=st.just(88) | st.integers(0, 200),
|
||||||
string_normalization=st.booleans(),
|
string_normalization=st.booleans(),
|
||||||
|
preview=st.booleans(),
|
||||||
is_pyi=st.booleans(),
|
is_pyi=st.booleans(),
|
||||||
|
magic_trailing_comma=st.booleans(),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
def test_idempotent_any_syntatically_valid_python(
|
def test_idempotent_any_syntatically_valid_python(
|
||||||
|
Loading…
Reference in New Issue
Block a user