Documentation Update and optimization of some basic algorithms. #14541
Annotations
10 errors
|
Run uvx ruff check --output-format=github .:
adv_math_engine/series_expansion.py#L36
adv_math_engine/series_expansion.py:36:89: E501 Line too long (107 > 88)
|
|
Run uvx ruff check --output-format=github .:
adv_math_engine/series_expansion.py#L14
adv_math_engine/series_expansion.py:14:8: BLE001 Do not catch blind exception: `Exception`
|
|
Run uvx ruff check --output-format=github .:
adv_math_engine/examples/example_usage.py#L18
adv_math_engine/examples/example_usage.py:18:89: E501 Line too long (89 > 88)
|
|
Run uvx ruff check --output-format=github .:
adv_math_engine/examples/example_usage.py#L14
adv_math_engine/examples/example_usage.py:14:5: E731 Do not assign a `lambda` expression, use a `def`
help: Rewrite `f` as a `def`
|
|
Run uvx ruff check --output-format=github .:
adv_math_engine/examples/example_usage.py#L1
adv_math_engine/examples/example_usage.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
Run uvx ruff check --output-format=github .:
adv_math_engine/examples/example_usage.py#L1
adv_math_engine/examples/example_usage.py:1:1: INP001 File `adv_math_engine/examples/example_usage.py` is part of an implicit namespace package. Add an `__init__.py`.
|
|
Run uvx ruff check --output-format=github .:
adv_math_engine/benchmarks/benchmark_diff.py#L15
adv_math_engine/benchmarks/benchmark_diff.py:15:5: E731 Do not assign a `lambda` expression, use a `def`
help: Rewrite `func` as a `def`
|
|
Run uvx ruff check --output-format=github .:
adv_math_engine/benchmarks/benchmark_diff.py#L10
adv_math_engine/benchmarks/benchmark_diff.py:10:8: BLE001 Do not catch blind exception: `Exception`
|
|
Run uvx ruff check --output-format=github .:
adv_math_engine/benchmarks/benchmark_diff.py#L1
adv_math_engine/benchmarks/benchmark_diff.py:1:1: INP001 File `adv_math_engine/benchmarks/benchmark_diff.py` is part of an implicit namespace package. Add an `__init__.py`.
|
|
Run uvx ruff check --output-format=github .:
adv_math_engine/__init__.py#L1
adv_math_engine/__init__.py:1:89: E501 Line too long (93 > 88)
|
Loading