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 37bc3cd commit 0937ce2Copy full SHA for 0937ce2
.pre-commit-config.yaml
@@ -37,22 +37,21 @@ 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
47
- - computer_vision
48
- - digital_image_processing
+ # - computer_vision # missing __init__.py
+ # - digital_image_processing # missing __init__.py
49
- fuzzy_logic
50
- genetic_algorithm
51
- geodesy
52
- - knapsack
+ # - knapsack # missing __init__.py
53
- networking_flow
54
- scheduling
55
- - sorts
+ # - sorts # missing __init__.py
56
- repo: https://github.com/codespell-project/codespell
57
rev: v2.0.0
58
hooks:
0 commit comments