Update pre-commit hooks with isort, black, and local pytest-check

This commit is contained in:
Merwane Hamadi
2023-04-17 12:49:56 -07:00
parent 75baa11e81
commit 2f4ef3ba6a
2 changed files with 19 additions and 26 deletions

10
.flake8
View File

@@ -1,12 +1,12 @@
[flake8]
max-line-length = 88
extend-ignore = E203
select = "E303, W293, W291, W292, E305, E231, E302"
exclude =
.tox,
__pycache__,
*.pyc,
.env
venv/*
.venv/*
reports/*
dist/*
venv*/*,
.venv/*,
reports/*,
dist/*,