Skip to content

Commit 37bc3cd

Browse files
authored
mypy --namespace-packages
1 parent 71353ee commit 37bc3cd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,19 @@ repos:
3737
- id: mypy
3838
args:
3939
- --ignore-missing-imports
40+
- --namespace-packages
4041
- arithmetic_analysis
4142
- backtracking
4243
- bit_manipulation
4344
- blockchain
4445
- boolean_algebra
4546
- cellular_automata
46-
# - computer_vision # missing __init__.py
47-
# - digital_image_processing # missing __init__.py
47+
- computer_vision
48+
- digital_image_processing
4849
- fuzzy_logic
4950
- genetic_algorithm
5051
- geodesy
51-
# - knapsack # missing __init__.py
52+
- knapsack
5253
- networking_flow
5354
- scheduling
5455
- sorts

0 commit comments

Comments
 (0)