Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmbootstrap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
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
achill (fossdd)
pmbootstrap
Commits
131b9d27
Unverified
Commit
131b9d27
authored
2 months ago
by
Newbyte
Committed by
Oliver Smith
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
pyproject.toml: Enable all N checks (MR 2537)
parent
1965818f
Branches
master
Branches containing commit
Tags
v0.6.0
No related merge requests found
Pipeline
#214892
failed
1 month ago
Stage: test
Stage: deploy
Stage: integration-test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
1 addition
and
1 deletion
pyproject.toml
+
1
−
1
View file @
131b9d27
...
...
@@ -37,7 +37,7 @@ target-version = "py310"
# RUF021: Could be fixed if someone cares about this.
# RUF052: Needs a lot of changes, feel free to fix and then remove this ignore.
extend-ignore
=
[
"RUF021"
,
"RUF052"
]
extend-select
=
[
"CPY001"
,
"PIE"
,
"RUF"
,
"UP"
]
extend-select
=
[
"CPY001"
,
"N"
,
"PIE"
,
"RUF"
,
"UP"
]
preview
=
true
[tool.ruff.lint.extend-per-file-ignores]
...
...
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