Christian Clauss
|
b75a7c77f8
|
pre-commit autoupdate: pyupgrade v2.34.0 -> v2.37.0 (#6245)
* pre-commit autoupdate: pyupgrade v2.34.0 -> v2.37.0
* pre-commit run --all-files
|
2022-07-11 10:19:52 +02:00 |
|
Christian Clauss
|
cecf43d648
|
Pyupgrade to Python 3.9 (#4718)
* Pyupgrade to Python 3.9
* updating DIRECTORY.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2021-09-07 13:37:03 +02:00 |
|
Christian Clauss
|
9200a2e543
|
from __future__ import annotations (#2464)
* from __future__ import annotations
* fixup! from __future__ import annotations
* fixup! from __future__ import annotations
* fixup! Format Python code with psf/black push
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2020-09-23 13:30:13 +02:00 |
|
Christian Clauss
|
5f4da5d616
|
isort --profile black . (#2181)
* updating DIRECTORY.md
* isort --profile black .
* Black after
* updating DIRECTORY.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2020-07-06 09:44:19 +02:00 |
|
Christian Clauss
|
46ac50a28e
|
codespell --quiet-level=2 (#1711)
* codespell --quiet-level=2
Suppress the BINARY FILE warnings
* fixup! Format Python code with psf/black push
|
2020-01-24 00:21:51 +08:00 |
|
Sharan Krishnan
|
e25d4248a3
|
Added an algorithm that approximates line lengths (#1692)
* A recursive insertion sort
* added doctests and typehints
* Added arc length and numerical integration calculators
* fixed doc test
* Fixed some conversion errors
* Fixed some commenting
* Deleted numerical integration to allow 1 file per push
* Changed string formatting method
|
2020-01-19 01:25:27 +08:00 |
|