Bug 1639153 - Part 6.6: Add tls dependency for truncate i32. r=lth
[gecko.git] / tools / lint / flake8.yml
blobaff6449cece09703bc34005d2ad919c81b2a9b56
1 ---
2 flake8:
3     description: Python linter
4     # Excludes should be added to topsrcdir/.flake8.
5     exclude: []
6     # The configure option is used by the build system
7     extensions: ['configure', 'py']
8     support-files:
9         - '**/.flake8'
10         - 'tools/lint/python/flake8*'
11     type: external
12     payload: python.flake8:lint
13     setup: python.flake8:setup