Revise README.md #1006
Annotations
6 errors and 1 warning
Ruff (EXE001):
benchmark/benchmark.py#L1
benchmark/benchmark.py:1:1: EXE001 Shebang is present but file is not executable
|
Ruff (D100):
benchmark/benchmark.py#L1
benchmark/benchmark.py:1:1: D100 Missing docstring in public module
|
Ruff (I001):
benchmark/benchmark.py#L3
benchmark/benchmark.py:3:1: I001 Import block is un-sorted or un-formatted
|
Ruff (T201):
benchmark/benchmark.py#L10
benchmark/benchmark.py:10:1: T201 `print` found
|
Ruff (T201):
benchmark/benchmark.py#L11
benchmark/benchmark.py:11:1: T201 `print` found
|
lint
The process '/opt/hostedtoolcache/ruff/0.9.9/x86_64/ruff' failed with exit code 1
|
lint
Could not parse version from /home/runner/work/foamlib/foamlib/pyproject.toml. Using latest version.
|