This commit is contained in:
Zeva Rose 2022-03-10 17:22:24 -07:00
parent 933bff6711
commit 58c33d2077
8 changed files with 401 additions and 401 deletions

View file

@ -26,7 +26,7 @@ repos:
language_version: python3.10 language_version: python3.10
- repo: https://github.com/pre-commit/mirrors-isort - repo: https://github.com/pre-commit/mirrors-isort
rev: V5.10.1 rev: v5.10.1
hooks: hooks:
- id: isort - id: isort
args: ["--profile", "black"] args: ["--profile", "black"]
@ -37,7 +37,7 @@ repos:
- id: flake8 - id: flake8
additional_dependencies: additional_dependencies:
- flake8-annotations~=2.0 - flake8-annotations~=2.0
- flake8-bandit~=2.1 #- flake8-bandit~=2.1
- flake8-docstrings~=1.5 - flake8-docstrings~=1.5
- flake8-bugbear - flake8-bugbear
- flake8-comprehensions - flake8-comprehensions