isaacg1 / pyth

Pyth, an extremely concise language. Try it here:
https://pyth.herokuapp.com/
MIT License
263 stars 57 forks source link

Fix .C (combinations_with_replacement) #230

Closed andersk closed 7 years ago

andersk commented 7 years ago

Consider automatically running pyflakes (or flake8), which would have caught this.

isaacg1 commented 7 years ago

I've created such a precommit hook. Thanks.