Python/project_euler/problem_012
Caeden 07e991d553
Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions ()
* ci(pre-commit): Add pep8-naming to `pre-commit` hooks ()

* refactor: Fix naming conventions ()

* 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` ()

* chore: Fix naming conventions in doctests ()

* fix: Temporarily disable project euler problem 104 ()

* chore: Fix naming conventions in doctests ()

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
..
__init__.py Rename Project Euler directories and other dependent changes () 2020-10-15 12:43:28 +05:30
sol1.py Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions () 2022-10-13 00:54:20 +02:00
sol2.py Improve Project Euler problem 012 solution 2 () 2021-11-03 21:32:10 +01:00