Update web-platform-tests to revision 48e3fd2f4d41fa00640d27738bdda07db95594cc

This commit is contained in:
WPT Sync Bot 2020-12-16 08:23:35 +00:00
parent 3bf1085c72
commit fe2a1a9e9d
768 changed files with 50260 additions and 12336 deletions

View file

@ -92,9 +92,10 @@ language = None
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = [
'**/.tox',
'**/.DS_Store',
'**/Thumbs.db',
'_build',
'Thumbs.db',
'.DS_Store'
]
from docs.wpt_lint_rules import WPTLintRules