-
- Downloads
A big cleanup.
- 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.
Showing
- .gitignore 21 additions, 4 deletions.gitignore
- .pre-commit-config.yaml 52 additions, 0 deletions.pre-commit-config.yaml
- MANIFEST.in 0 additions, 1 deletionMANIFEST.in
- Pipfile 20 additions, 0 deletionsPipfile
- Pipfile.lock 215 additions, 0 deletionsPipfile.lock
- VERSION 0 additions, 1 deletionVERSION
- check_s3_bucket/__init__.py 81 additions, 43 deletionscheck_s3_bucket/__init__.py
- fabfile.py 0 additions, 26 deletionsfabfile.py
- setup.cfg 10 additions, 1 deletionsetup.cfg
- setup.py 29 additions, 24 deletionssetup.py
.pre-commit-config.yaml
0 → 100644
Pipfile
0 → 100644
Pipfile.lock
0 → 100644
VERSION
deleted
100644 → 0
fabfile.py
deleted
100644 → 0
Please register or sign in to comment