#917 - Integrated the PrimaiteSession into all tests.

- Ran a full pre-commit hook and thus encountered tons of fixes required
This commit is contained in:
Chris McCarthy
2023-06-30 09:08:13 +01:00
parent b6d93ad33f
commit 7b1f889415
62 changed files with 1880 additions and 802 deletions

View File

@@ -13,6 +13,9 @@ repos:
rev: 23.1.0
hooks:
- id: black
args: [ "--line-length=79" ]
additional_dependencies:
- jupyter
- repo: http://github.com/pycqa/isort
rev: 5.12.0
hooks:
@@ -22,4 +25,5 @@ repos:
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies: [ flake8-docstrings ]
additional_dependencies:
- flake8-docstrings