Skip to content
Snippets Groups Projects
Verified Commit 24844752 authored by Newbyte's avatar Newbyte :snowflake:
Browse files

Set max line length for Ruff to 100

I forgot to do this when migrating from Flake8 to Ruff.

Fixes b09df9bd
parent eaf514f3
No related branches found
No related tags found
No related merge requests found
Pipeline #185040 passed
......@@ -36,3 +36,6 @@ Homepage = "https://www.postmarketos.org"
[tool.setuptools.dynamic]
version = {attr = "mrhlpr.version"}
[tool.ruff]
line-length=100
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment