Rohan R Bharadwaj
|
a98465230f
|
[mypy] Fix type annotations for maths directory (#5782)
* [mypy] Fix annotations in `maths/series/p_series.py`
* Update p_series.py
* Update p_series.py
* Remove from excluded in mypy.ini
* Type annotation for series
* Annotate maths/proth_number.py (properly)
* Remove from excluded in mypy.ini
* Annotate average_mode.py
* Update average_mode.py
* Update average_mode.py
* Update average_mode.py
* Update average_mode.py
* Remove from excluded in mypy.ini
* Fix annotations in gamma_recursive.py
* Remove from excluded in mypy.ini
* Annotations for geometric_series.py
* Update geometric_series.py
* Update mypy.ini
* Update average_mode.py
* Update average_mode.py
* Update average_mode.py
* Update mypy.ini
* Update mypy.ini
* Update mypy.ini
* Update average_mode.py
* Update proth_number.py
* Update average_mode.py
* Update gamma_recursive.py
* Update proth_number.py
* Update mypy.ini
* Update geometric_series.py
* Update average_mode.py
* Update proth_number.py
* Update geometric_series.py
* Update geometric_series.py
* Update geometric_series.py
* Update p_series.py
* Update geometric_series.py
* Update p_series.py
* Update p_series.py
* Update geometric_series.py
* Update p_series.py
* Update p_series.py
* Remove data_structures/stacks/next_greater_element.py|
Co-authored-by: Christian Clauss <cclauss@me.com>
|
2021-11-07 16:13:58 +01:00 |
|
Rohan R Bharadwaj
|
accee50cde
|
[mypy] Fix other/fischer_yates_shuffle.py (#5789)
* [mypy] Fix `other/fischer_yates_shuffle.py`
* Update mypy.ini
|
2021-11-07 11:14:42 +01:00 |
|
Christian Clauss
|
8ac86f2ce5
|
mypy: Exclude only 20 files that are still failing (#5608)
* DRAFT: Run a mypy reality check
Let's see what is required to finish #4052
* mypy --ignore-missing-imports --install-types --non-interactive
* Check our progress...
* Update build.yml
* Update build.yml
* Update build.yml
* Update build.yml
* mypy --exclude 20 files
* --exclude with no `=`
* Update build.yml
* 558 character regex!!!
* With quotes
* mypy.ini: mega exclude
* Update mypy.ini
* Update build.yml
* Update mypy.ini
* Update build.yml
* Update mypy.ini
* .py --> .p*
* Escape the dots!: `.` --> `\.`
* Remove the comment
* Leading slash
* Update mypy.ini
Co-authored-by: Dylan Buchi <devybuchi@gmail.com>
Co-authored-by: Dylan Buchi <devybuchi@gmail.com>
|
2021-11-06 13:58:15 +01:00 |
|
Murilo Gonçalves
|
4cf1aaeb96
|
Updated mypy.ini, removed ok folders that were excluded (#5331)
|
2021-10-15 23:57:41 +02:00 |
|
Christian Clauss
|
252df0a149
|
fix(mypy): Fix files in scripts/ (#4320)
|
2021-04-07 08:12:56 +05:30 |
|
algobytewise
|
531d2d6d7e
|
Mypy fix rotation.py (#4319)
* fix type-hints arguments
* fix matrices & image-path
* Update build.yml
* Revert "Update build.yml"
This reverts commit c2d04aef65 .
* use pathlib
* feat: Add mypy configuration file (#4315)
* feat: Add mypy config file
* refactor: Remove mypy options from build workflow
* Remove linear_algebra
Co-authored-by: Christian Clauss <cclauss@me.com>
* rebase & update mypy.ini
* fix pre-commit errors
Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
|
2021-04-06 15:34:18 +02:00 |
|
Dhruv Manilawala
|
c49fa088a0
|
feat: Add mypy configuration file (#4315)
* feat: Add mypy config file
* refactor: Remove mypy options from build workflow
* Remove linear_algebra
Co-authored-by: Christian Clauss <cclauss@me.com>
|
2021-04-06 12:54:26 +02:00 |
|