mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-04 16:57:32 +08:00
[mypy] fix small folders (#4292)
* add final else-statement * fix file_transfer * fix quantum folder * fix divide_and_conquer-folder * Update build.yml * updating DIRECTORY.md * Update ripple_adder_classic.py * Update .github/workflows/build.yml * removed imports from typing * removed conversion to string * Revert "removed conversion to string" This reverts commit 2f7c4731d103f24c73fb98c9a6898525998774c5. * implemented suggested changes * Update receive_file.py Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -30,13 +30,18 @@ jobs:
|
||||
cellular_automata
|
||||
compression
|
||||
computer_vision
|
||||
divide_and_conquer
|
||||
electronics
|
||||
file_transfer
|
||||
fractals
|
||||
fuzzy_logic
|
||||
genetic_algorithm
|
||||
geodesy
|
||||
knapsack
|
||||
networking_flow
|
||||
scheduling sorts
|
||||
quantum
|
||||
scheduling
|
||||
sorts
|
||||
- name: Run tests
|
||||
run: pytest --doctest-modules --ignore=project_euler/ --ignore=scripts/ --cov-report=term-missing:skip-covered --cov=. .
|
||||
- if: ${{ success() }}
|
||||
|
Reference in New Issue
Block a user