move tox config into tox.ini

add testenv:genbadges for generating test badges

update README badges
This commit is contained in:
2025-02-27 19:52:37 +00:00
parent e21a458c6f
commit 795296d71e
14 changed files with 2702 additions and 82 deletions

7
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace