+21
−4
.pre-commit-config.yaml
0 → 100644
+52
−0
+0
−1
Pipfile
0 → 100644
+20
−0
Pipfile.lock
0 → 100644
+215
−0
Loading
- Use Pipenv for local development tasks in a virtualenv. - Replace fabfile with Pipfile "scripts". - Update .gitignore. - Add lots of checks using pre-commit. - Format code using Black. - Use PEP 396 version tracking. - Use bumpversion for tagging new versions. - Fix issues found with Flake8, pylint.