We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71353ee commit 37bc3cdCopy full SHA for 37bc3cd
.pre-commit-config.yaml
@@ -37,18 +37,19 @@ repos:
37
- id: mypy
38
args:
39
- --ignore-missing-imports
40
+ - --namespace-packages
41
- arithmetic_analysis
42
- backtracking
43
- bit_manipulation
44
- blockchain
45
- boolean_algebra
46
- cellular_automata
- # - computer_vision # missing __init__.py
47
- # - digital_image_processing # missing __init__.py
+ - computer_vision
48
+ - digital_image_processing
49
- fuzzy_logic
50
- genetic_algorithm
51
- geodesy
- # - knapsack # missing __init__.py
52
+ - knapsack
53
- networking_flow
54
- scheduling
55
- sorts
0 commit comments