forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpy3.yml
51 lines (51 loc) · 1.22 KB
/
py3.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
py3:
description: Python 3 compatibility check
include: ['.']
exclude:
- browser/app
- browser/components
- browser/extensions
- build
- client.py
- config
- dom/bindings
- dom/canvas/test
- dom/media/test
- gfx
- intl/icu
- ipc/chromium
- ipc/ipdl
- js/src
- layout/reftests
- layout/style
- layout/tools/reftest
- media
- memory/replace
- modules/freetype2
- nsprpub
- security/manager/ssl
- security/nss
- services/common/tests/mach_commands.py
- servo
- testing/awsy
- testing/firefox-ui/harness/firefox_ui_harness/runners/update.py
- testing/gtest
- testing/marionette
- testing/mochitest
- testing/mozharness
- testing/tools/iceserver
- testing/tps
- testing/web-platform
- third_party
- toolkit
- tools/git
- tools/jprof
- tools/profiler
- tools/rb
- tools/update-packaging
- xpcom/idl-parser
- xpcom/typelib
extensions: ['py']
type: external
payload: python.compat:lintpy3