-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements-flake.txt
22 lines (18 loc) · 1.2 KB
/
requirements-flake.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
flake8
flake8-comprehensions # https://github.com/adamchainz/flake8-comprehensions
flake8-alfred # https://github.com/datatheorem/flake8-alfred
flake8-blind-except # https://github.com/elijahandrews/flake8-blind-except
flake8-bugbear # https://github.com/PyCQA/flake8-bugbear
flake8-commas # https://github.com/PyCQA/flake8-commas
flake8-debugger # https://github.com/JBKahn/flake8-debugger
flake8-logging-format # https://github.com/globality-corp/flake8-logging-format
flake8-mutable # https://github.com/ebeweber/flake8-mutable
flake8-pep3101 # https://github.com/gforcada/flake8-pep3101
flake8-quotes # https://github.com/zheller/flake8-quotes
flake8-tidy-imports # https://github.com/adamchainz/flake8-tidy-imports
flake8-variables-names # https://github.com/best-doctor/flake8-variables-names
pep8-naming # https://github.com/PyCQA/pep8-naming
# flake8-string-format # https://github.com/xZise/flake8-string-format
# disabled: https://github.com/xZise/flake8-string-format/issues/16
# flake8-broken-line # https://github.com/sobolevn/flake8-broken-line
# disabled: https://github.com/sobolevn/flake8-broken-line/issues/38