File tree 1 file changed +2
-22
lines changed
1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change 21
21
run : |
22
22
python -m pip install --upgrade pip setuptools six wheel
23
23
python -m pip install mypy pytest-cov -r requirements.txt
24
- # FIXME: #4052 fix mypy errors in other directories and add them here
24
+ # FIXME: #4052 fix mypy errors in the exclude directories and remove them below
25
25
- run : mypy --ignore-missing-imports
26
- backtracking
27
- bit_manipulation
28
- blockchain
29
- boolean_algebra
30
- cellular_automata
31
- compression
32
- computer_vision
33
- divide_and_conquer
34
- electronics
35
- file_transfer
36
- fractals
37
- fuzzy_logic
38
- genetic_algorithm
39
- geodesy
40
- knapsack
41
- machine_learning
42
- networking_flow
43
- neural_network
44
- quantum
45
- scheduling
46
- sorts
26
+ --exclude '(arithmetic_analysis|ciphers|conversions|data_structures|digital_image_processing|dynamic_programming|graphs|hashes|linear_algebra|maths|matrix|other|project_euler|scripts|searches|strings|web_programming*)/$' .
47
27
- name : Run tests
48
28
run : pytest --doctest-modules --ignore=project_euler/ --ignore=scripts/ --cov-report=term-missing:skip-covered --cov=. .
49
29
- if : ${{ success() }}
You can’t perform that action at this time.
0 commit comments