Skip to content

Commit 0937ce2

Browse files
authored
# - sorts # missing __init__.py
1 parent 37bc3cd commit 0937ce2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,21 @@ repos:
3737
- id: mypy
3838
args:
3939
- --ignore-missing-imports
40-
- --namespace-packages
4140
- arithmetic_analysis
4241
- backtracking
4342
- bit_manipulation
4443
- blockchain
4544
- boolean_algebra
4645
- cellular_automata
47-
- computer_vision
48-
- digital_image_processing
46+
# - computer_vision # missing __init__.py
47+
# - digital_image_processing # missing __init__.py
4948
- fuzzy_logic
5049
- genetic_algorithm
5150
- geodesy
52-
- knapsack
51+
# - knapsack # missing __init__.py
5352
- networking_flow
5453
- scheduling
55-
- sorts
54+
# - sorts # missing __init__.py
5655
- repo: https://github.com/codespell-project/codespell
5756
rev: v2.0.0
5857
hooks:

0 commit comments

Comments
 (0)