Skip to content
Snippets Groups Projects

Add pre-commit hook and improve with better linting

Merged Hannes Feldt requested to merge add-pre-commit-improve-tox-setup into main
5 files
+ 71
75
Compare changes
  • Side-by-side
  • Inline

Files

@@ -12,11 +12,6 @@ repos:
@@ -12,11 +12,6 @@ repos:
- id: check-yaml
- id: check-yaml
- id: check-toml
- id: check-toml
- id: detect-private-key
- id: detect-private-key
- repo: https://github.com/tox-dev/tox-ini-fmt
rev: "1.4.1"
hooks:
- id: tox-ini-fmt
args: ["-p", "fix"]
- repo: local
- repo: local
hooks:
hooks:
- id: tox-black
- id: tox-black
Loading