markdownlint: enforce 100 char max length (#4698)

This commit is contained in:
Julian LaNeve 2023-05-28 22:45:56 -04:00 committed by GitHub
parent cb45b25879
commit 5756829344
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 76 additions and 36 deletions

View file

@ -6,7 +6,8 @@ Utilities for benchmarking Ruff.
Run `./scripts/benchmarks/run.sh` to clone the benchmarking target (CPython).
If you're looking to benchmark Ruff against other tools, you'll also need to run `poetry install` to create a virtual environment with the required dependencies.
If you're looking to benchmark Ruff against other tools, you'll also need to run `poetry install`
to create a virtual environment with the required dependencies.
## Running Benchmarks