You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The autoformatting stack we use for Python is pretty good, but IMO shed is even better. I might be biased because I wrote it, but then again I wrote it specifically to be a more-comprehensive and easier-to-use version of Hypothesis' autoformatter stack.
Now that Hypothesis has dropped Python 3.5 support and we've migrated our CI, it makes sense to change over. I expect this to be a single PR, in four commits:
Run pyupgrade without the --keep-percent-format flag
Manually fix any issues that this created or %-formatting that it couldn't autofix
Fix any console blocks which don't start with >>> (git grep -A 3 '.. code-block:: pycon' finds them)
Convert over to run shed --refactor
Manually fix any issues or ugly formatting this created
Aiming to sort this out in early Feb after Zac-HD/shed#11 🙂
The text was updated successfully, but these errors were encountered:
The autoformatting stack we use for Python is pretty good, but IMO
shedis even better. I might be biased because I wrote it, but then again I wrote it specifically to be a more-comprehensive and easier-to-use version of Hypothesis' autoformatter stack.Now that Hypothesis has dropped Python 3.5 support and we've migrated our CI, it makes sense to change over. I expect this to be a single PR, in four commits:
pyupgradewithout the--keep-percent-formatflag%-formatting that it couldn't autofix>>>(git grep -A 3 '.. code-block:: pycon'finds them)shed --refactorAiming to sort this out in early Feb after Zac-HD/shed#11 🙂
The text was updated successfully, but these errors were encountered: