Skip to content

Commit

Permalink
remove unittest code from the tests functions (#222)
Browse files Browse the repository at this point in the history
* remove unittest code from the tests function

* pre-commit update
  • Loading branch information
LegrandNico authored Aug 22, 2024
1 parent f72ca61 commit 35d4be5
Show file tree
Hide file tree
Showing 12 changed files with 1,303 additions and 1,378 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ repos:
hooks:
- id: isort
- repo: https://github.com/ambv/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/pycqa/pydocstyle
Expand All @@ -24,7 +24,7 @@ repos:
args: ['--ignore', 'D213,D100,D203,D104']
files: ^src/
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.10.1'
rev: 'v1.11.1'
hooks:
- id: mypy
files: ^src/
Expand Down
Loading

0 comments on commit 35d4be5

Please sign in to comment.