chore: add autopep and flake to pre commits

This commit is contained in:
Christoph J. Scherr 2025-02-07 16:04:30 +01:00
parent a0dfc84aea
commit ae4a6af80e
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB

View file

@ -1,4 +1,14 @@
repos:
- repo: https://github.com/pycqa/flake8
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/hhatto/autopep8
rev: v2.3.2
hooks:
- id: autopep8
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks: