Skip to content
Snippets Groups Projects
Unverified Commit 55bd1e1b authored by Newbyte's avatar Newbyte :snowflake:
Browse files

Set max line length for Ruff to 100 (MR 33)

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

Fixes b09df9bd
parent eaf514f3
No related branches found
No related tags found
1 merge request!33Set max line length for Ruff to 100
Pipeline #185037 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