Christian Clauss
|
9316e7c014
|
Set the Python file maximum line length to 88 characters (#2122)
* flake8 --max-line-length=88
* fixup! Format Python code with psf/black push
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2020-06-16 10:09:19 +02:00 |
|
William Zhang
|
9eac17a408
|
psf/black code formatting (#1277)
|
2019-10-05 10:14:13 +05:00 |
|
PatOnTheBack
|
897f1d0fb4
|
Improved Formatting and Style of Math Algos (#960)
* Improved Formatting and Style
I improved formatting and style to make PyLama happier.
Linters used:
- mccabe
- pep257
- pydocstyle
- pep8
- pycodestyle
- pyflakes
- pylint
- isort
* Create volume.py
This script calculates the volumes of various shapes.
* Delete lucasSeries.py
* Revert "Delete lucasSeries.py"
This reverts commit 64c19f7a6c .
* Update lucasSeries.py
|
2019-07-10 22:09:24 +02:00 |
|
Erfan Alimohammadi
|
fc95e7a91a
|
Fermat's little theorem (#847)
* Fix typo
* Add fermat's little theorem
* Update fermat_little_theorem.py
* Fix comments
* Add Wikipedia reference
|
2019-05-28 20:51:48 +08:00 |
|