Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mrhlpr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
mrhlpr
Commits
55bd1e1b
Unverified
Commit
55bd1e1b
authored
1 year ago
by
Newbyte
Browse files
Options
Downloads
Patches
Plain Diff
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
!33
Set max line length for Ruff to 100
Pipeline
#185037
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pyproject.toml
+3
-0
3 additions, 0 deletions
pyproject.toml
with
3 additions
and
0 deletions
pyproject.toml
+
3
−
0
View file @
55bd1e1b
...
...
@@ -36,3 +36,6 @@ Homepage = "https://www.postmarketos.org"
[tool.setuptools.dynamic]
version
=
{
attr
=
"mrhlpr.version"
}
[tool.ruff]
line-length
=
100
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment