-
-
Notifications
You must be signed in to change notification settings - Fork 94
/
flake8.txt
21 lines (19 loc) · 1.11 KB
/
flake8.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
flake8==7.1.1
# Plugins
# Ref: https://github.com/DmytroLitvinov/awesome-flake8-extensions
flake8-bandit~=4.1.1 # runs bandit
flake8-builtins==2.5.0 # builtin shadowing checks
flake8-comprehensions==3.16.0 # comprehension checks
flake8-docstrings==1.7.0 # pydocstyle support
flake8-executable==2.1.3 # shebangs
flake8-fixme==1.1.1 # "fix me" counter
flake8-functions==0.0.8 # function linting
flake8-html==0.4.3 # html output
flake8-mutable==1.2.0 # mutable default argument detection
flake8-pep3101==2.1.0 # new-style format strings only
flake8-print==5.0.0 # complain about print statements in code
flake8-printf-formatting==1.1.2 # forbey printf-style python2 string formatting
flake8-pytest-style==2.0.0 # pytest checks
flake8-raise==0.0.5 # exception raising linting
flake8-use-fstring==1.4 # format string checking
flake8-noqa==1.4.0 # validate noqa commands