Chi Song
db45c8d9b4
switch to assertpy package
...
assertpy package is more popular and powerful, so switch to it.
It doesn't support typing, but it's important to experience, so add it.
2021-02-23 12:59:54 +08:00
Andrew Schwartzmeyer
29019c4432
Enable cyclomatic complexity checking
...
And disable existing violations with noted TODOs.
2020-09-23 17:36:41 -07:00
Andrew Schwartzmeyer
300121735a
Explicitly update developer tool packages
...
Biggest change is the move to Black 20.8b1. W503 is now disabled by
default, and since we control the versions of the tools we use, we can
safely update our configuration.
2020-09-23 17:36:41 -07:00
Andrew Schwartzmeyer
e305e6d843
Configure black, flake8, and isort to work together
...
As recommended by Black:
https://github.com/psf/black/blob/master/docs/compatible_configs.md
2020-08-05 14:08:49 -07:00