Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jvoisin
mat2
Commits
697e9583
Commit
697e9583
authored
Mar 29, 2022
by
jvoisin
Browse files
Please the linters
parent
1b37604d
Pipeline
#84198
passed with stages
in 2 minutes and 33 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
libmat2/web.py
View file @
697e9583
...
...
@@ -104,6 +104,7 @@ class _HTMLParser(parser.HTMLParser):
self
.
tag_required_blocklist
=
required_blocklisted_tags
self
.
tag_blocklist
=
blocklisted_tags
# pylint: disable=R0201
def
error
(
self
,
message
):
# pragma: no cover
""" Amusingly, Python's documentation doesn't mention that this
function needs to be implemented in subclasses of the parent class
...
...
tests/test_climat2.py
View file @
697e9583
import
sys
import
random
import
os
import
shutil
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment