Skip to content

Commit

Permalink
Use magic_trailing_comma and preview for FileMode in fuzz (#2802
Browse files Browse the repository at this point in the history
)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
  • Loading branch information
sobolevn and JelleZijlstra authored Jan 23, 2022
1 parent d2c938e commit 3905173
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fuzz.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
black.FileMode,
line_length=st.just(88) | st.integers(0, 200),
string_normalization=st.booleans(),
preview=st.booleans(),
is_pyi=st.booleans(),
magic_trailing_comma=st.booleans(),
),
)
def test_idempotent_any_syntatically_valid_python(
Expand Down

0 comments on commit 3905173

Please sign in to comment.