issues
search
roskakori
/
cutplace
validate data stored in CSV, PRN, ODS or Excel files
http://cutplace.readthedocs.org/
GNU Lesser General Public License v3.0
18
stars
20
forks
source link
Clean up build and code
#131
Closed
roskakori
closed
2 years ago
roskakori
commented
2 years ago
Goals:
[x] The repository has a pre-commit hook with.
[x] black
[x] isort
[x] various helpful standard checks
[x] The integration with the now defunct landscape.io is removed.
[x] ant is removed and the remaining few targets are mapped to shell scripts with
set -e
as first line.
[x] The copyright year is bumped to 2021.
[x] Obsolete requirements files are removed.
Goals:
set -e
as first line.