Update workflows/publish_pypi.yml
[manga-dl.git] / .codeclimate.yml
blobdc62399437b98c991366f83fd49c5894daa195e6
1 exclude_paths:
2 - 'tests/'
3 - 'manga_py/storage/'
4 - 'manga_py/providers/'
5 - 'manga_py/gui/langs/*.json'
6 - 'helpers/'
7 - 'Dockerfile'
8 - 'LICENSE'
9 - 'README*'
10 - '*.yml'
11 - '*.txt'
12 - '.scrutinizer.yml'
13 - '.travis.yml'
14 - '.codeclimate.yml'
15 - '.gitignore'
16 - '.gitmodules'
17 languages:
18    Python: true
19 pep8:
20   enabled: true
21   checks:
22     E501:
23       enabled: false