adding typing and flake8

This commit is contained in:
Peter Dwyer
2022-09-01 11:06:12 +01:00
parent f0bcf6df6f
commit 08fade65ab
7 changed files with 92 additions and 139 deletions

View File

@@ -15,3 +15,7 @@ repos:
- id: poetry-lock
- id: poetry-export
args: ["--without-hashes", "-f", "requirements.txt", "-o", "requirements.txt"]
- repo: https://github.com/pycqa/flake8
rev: "5.0.4"
hooks:
- id: flake8