Skip to content

Commit

Permalink
Update fuzz.py
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 committed Jan 23, 2022
1 parent 4c4a1fc commit 4b49010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuzz.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
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(),
),
Expand Down

0 comments on commit 4b49010

Please sign in to comment.