Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uffd-nginxauth
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
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
uffd
uffd-nginxauth
Commits
687035b8
Commit
687035b8
authored
Oct 19, 2023
by
Julian
Browse files
Options
Downloads
Patches
Plain Diff
Update pylint to v2.16.2 for python3.11 compatibility
parent
f3e40be0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
.pylintrc
+3
-9
3 additions, 9 deletions
.pylintrc
with
4 additions
and
10 deletions
.gitlab-ci.yml
+
1
−
1
View file @
687035b8
...
@@ -4,7 +4,7 @@ variables:
...
@@ -4,7 +4,7 @@ variables:
DEBIAN_FRONTEND
:
noninteractive
DEBIAN_FRONTEND
:
noninteractive
APT_API_URL
:
https://packages.cccv.de
APT_API_URL
:
https://packages.cccv.de
APT_REPO
:
uffd
APT_REPO
:
uffd
PYLINT_PIN
:
pylint~=2.1
0.0
PYLINT_PIN
:
pylint~=2.1
6.2
before_script
:
before_script
:
-
python3 -V
-
python3 -V
...
...
This diff is collapsed.
Click to expand it.
.pylintrc
+
3
−
9
View file @
687035b8
...
@@ -64,6 +64,7 @@ disable=missing-module-docstring,
...
@@ -64,6 +64,7 @@ disable=missing-module-docstring,
missing-class-docstring,
missing-class-docstring,
missing-function-docstring,
missing-function-docstring,
too-many-statements,
too-many-statements,
superfluous-parens,
# Enable the message, report, category or checker with the given id(s). You can
# 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
# either give multiple identifier separated by comma (,) or put this option
...
@@ -382,13 +383,6 @@ max-line-length=160
...
@@ -382,13 +383,6 @@ max-line-length=160
# Maximum number of lines in a module.
# Maximum number of lines in a module.
max-module-lines=1000
max-module-lines=1000
# List of optional constructs for which whitespace checking is disabled. `dict-
# separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.
# `trailing-comma` allows a space between comma and closing bracket: (a, ).
# `empty-line` allows space-only lines.
no-space-check=trailing-comma,
dict-separator
# Allow the body of a class to be on the same line as the declaration if body
# Allow the body of a class to be on the same line as the declaration if body
# contains single statement.
# contains single statement.
single-line-class-stmt=no
single-line-class-stmt=no
...
@@ -509,5 +503,5 @@ min-public-methods=2
...
@@ -509,5 +503,5 @@ min-public-methods=2
# Exceptions that will emit a warning when being caught. Defaults to
# Exceptions that will emit a warning when being caught. Defaults to
# "BaseException, Exception".
# "BaseException, Exception".
overgeneral-exceptions=BaseException,
overgeneral-exceptions=
builtin.
BaseException,
Exception
builtin.
Exception
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