Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
calendar
Manage
Activity
Members
Plan
External wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Github Mirror
coopdevs
calendar
Commits
687c1968
Unverified
Commit
687c1968
authored
4 years ago
by
Stéphane Bidoul
Committed by
oca-git-bot
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade pylint-odoo for 13.0 [ci skip]
This is apprently necessary for the development status checks to work correctly.
parent
caea941d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.pre-commit-config.yaml
+3
-3
3 additions, 3 deletions
.pre-commit-config.yaml
with
3 additions
and
3 deletions
.pre-commit-config.yaml
+
3
−
3
View file @
687c1968
...
...
@@ -76,17 +76,17 @@ repos:
files
:
/__init__\.py$
additional_dependencies
:
[
"
flake8-bugbear==19.8.0"
]
-
repo
:
https://github.com/pre-commit/mirrors-pylint
rev
:
v2.
3.1
rev
:
v2.
5.3
hooks
:
-
id
:
pylint
name
:
pylint with optional checks
args
:
[
"
--rcfile=.pylintrc"
,
"
--exit-zero"
]
verbose
:
true
additional_dependencies
:
[
"
pylint-odoo==3.
1
.0"
]
additional_dependencies
:
[
"
pylint-odoo==3.
5
.0"
]
-
id
:
pylint
name
:
pylint with mandatory checks
args
:
[
"
--rcfile=.pylintrc-mandatory"
]
additional_dependencies
:
[
"
pylint-odoo==3.
1
.0"
]
additional_dependencies
:
[
"
pylint-odoo==3.
5
.0"
]
-
repo
:
https://github.com/asottile/pyupgrade
rev
:
v1.26.2
hooks
:
...
...
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