Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uffd
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
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
thies
uffd
Compare revisions
master to pylint_disable_consider-using-f-string
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
thies/uffd
Select target project
No results found
pylint_disable_consider-using-f-string
Select Git revision
Loading items
Swap
Target
uffd/uffd
Select target project
uffd/uffd
rixx/uffd
thies/uffd
leona/uffd
strifel/uffd
thies/uffd-2
6 results
master
Select Git revision
Loading items
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Disable pylint check consider-using-f-string
· a9241304
c-tim
authored
3 years ago
Closes: #121
a9241304
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.pylintrc
+1
-0
1 addition, 0 deletions
.pylintrc
with
1 addition
and
0 deletions
.pylintrc
View file @
a9241304
...
...
@@ -67,6 +67,7 @@ disable=missing-module-docstring,
method-hidden,
too-many-ancestors,
duplicate-code,
consider-using-f-string,
# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
...
...
This diff is collapsed.
Click to expand it.