Caeden
|
07e991d553
|
Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062)
* ci(pre-commit): Add pep8-naming to `pre-commit` hooks (#7038)
* refactor: Fix naming conventions (#7038)
* Update arithmetic_analysis/lu_decomposition.py
Co-authored-by: Christian Clauss <cclauss@me.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* refactor(lu_decomposition): Replace `NDArray` with `ArrayLike` (#7038)
* chore: Fix naming conventions in doctests (#7038)
* fix: Temporarily disable project euler problem 104 (#7069)
* chore: Fix naming conventions in doctests (#7038)
Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-10-13 00:54:20 +02:00 |
|
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 |
|
Christian Clauss
|
b838f1042c
|
Fix indentation contains tabs (flake8 E101,W191) (#1573)
|
2019-11-15 23:05:00 -08:00 |
|
William Zhang
|
9eac17a408
|
psf/black code formatting (#1277)
|
2019-10-05 10:14:13 +05:00 |
|
Christian Clauss
|
47a9ea2b0b
|
Simplify code by dropping support for legacy Python (#1143)
* Simplify code by dropping support for legacy Python
* sort() --> sorted()
|
2019-08-19 15:37:49 +02:00 |
|
Alex Brown
|
ea2ddaaf6a
|
all valid python 3
|
2018-10-20 14:45:08 -05:00 |
|
Parth Shandilya
|
5d1f72604d
|
Improved Code and removed Warnings (#483)
|
2018-10-19 14:00:31 +05:30 |
|
cclauss
|
4e06949072
|
Modernize Python 2 code to get ready for Python 3
|
2017-11-25 10:23:50 +01:00 |
|
Danni
|
b0d53015fe
|
fixed issue#171
|
2017-10-20 12:35:53 -04:00 |
|
alvin562
|
1d765f9104
|
made it compatible with python 3.x
|
2016-12-11 01:35:51 -08:00 |
|
alvin562
|
a75a64aa9b
|
added nested brackets problem
|
2016-12-11 01:23:33 -08:00 |
|