Skip to content

Commit

Permalink
Merge 4c4a1fc into 6e3677f
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Jan 23, 2022
2 parents 6e3677f + 4c4a1fc commit aec0b1e
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 @@ -33,6 +33,7 @@
line_length=st.just(88) | st.integers(0, 200),
string_normalization=st.booleans(),
is_pyi=st.booleans(),
magic_trailing_comma=st.booleans(),
),
)
def test_idempotent_any_syntatically_valid_python(
Expand Down

0 comments on commit aec0b1e

Please sign in to comment.