Skip to content

Commit ae31a9e

Browse files
committed
Pre-commit: exclude mypy for all tests
Not worth to have strict type check by mypy for tests/* .
1 parent c93fb4f commit ae31a9e

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.pre-commit-config.yaml

+1-11
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ repos:
9090
.docker/.*|
9191
docs/.*|
9292
utils/.*|
93+
tests/.*|
9394
9495
src/aiida/calculations/arithmetic/add.py|
9596
src/aiida/calculations/diff_tutorial/calculations.py|
@@ -192,17 +193,6 @@ repos:
192193
src/aiida/transports/plugins/local.py|
193194
src/aiida/transports/plugins/ssh.py|
194195
src/aiida/workflows/arithmetic/multiply_add.py|
195-
196-
tests/conftest.py|
197-
tests/repository/conftest.py|
198-
tests/repository/test_repository.py|
199-
tests/sphinxext/sources/workchain/conf.py|
200-
tests/sphinxext/sources/workchain_broken/conf.py|
201-
tests/storage/psql_dos/migrations/conftest.py|
202-
tests/storage/psql_dos/migrations/django_branch/test_0026_0027_traj_data.py|
203-
tests/test_calculation_node.py|
204-
tests/test_nodes.py|
205-
206196
)$
207197
208198
- id: dm-generate-all

0 commit comments

Comments
 (0)