bugsmith@programming.dev to Advent Of Code@programming.dev · 11 months agoHow will you be tackling the challenges this year?message-squaremessage-square10fedilinkarrow-up12arrow-down10file-text
arrow-up12arrow-down1message-squareHow will you be tackling the challenges this year?bugsmith@programming.dev to Advent Of Code@programming.dev · 11 months agomessage-square10fedilinkfile-text
minus-squarehades@lemm.eelinkfedilinkarrow-up1·edit-23 months agoI’ve decided to catch up with what’s new in Python (language itself and the ecosystem). I’ve set up a repository with pyproject.toml, and git hooks configured, and I’m running pylint, pytype and pytest.
I’ve decided to catch up with what’s new in Python (language itself and the ecosystem). I’ve set up a repository with
pyproject.toml
, and git hooks configured, and I’m running pylint, pytype and pytest.