Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graeme Weatherill
shakyground2
Commits
a501126f
Commit
a501126f
authored
Mar 31, 2022
by
g-weatherill
Browse files
Disable E0633 error in pylint
parent
fee897c1
Pipeline
#40907
failed with stage
in 11 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.pre-commit-config.yaml
View file @
a501126f
...
...
@@ -26,5 +26,5 @@ repos:
name
:
pylint
entry
:
pylint
language
:
system
args
:
[
--disable=E0611
,
--disable=E1101
,
-E
,
-j4
]
args
:
[
--disable=E0611
,
--disable=E1101
,
--disable=E0633
,
-E
,
-j4
]
types
:
[
python
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment