File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ Extensions banning specific Python features.
87
87
- [ flake8-broken-line] ( https://github.com/wemake-services/flake8-broken-line ) - Report line break with backslash (` \ ` ).
88
88
- [ flake8-debugger] ( https://github.com/JBKahn/flake8-debugger ) - Report debug statements (` pdb ` , ` ipdb ` ).
89
89
- [ flake8-forbidden-func] ( https://github.com/tripcher/flake8-forbidden-func ) - Forbid some functions in some modules.
90
+ - [ flake8-logging] ( https://github.com/adamchainz/flake8-logging ) - Reports issues in using the standard library logging module.
90
91
- [ flake8-logging-format] ( https://github.com/globality-corp/flake8-logging-format ) - Report string formatting inside logging.
91
92
- [ flake8-match] ( https://github.com/asottile/flake8-match ) - Report ` match ` statement.
92
93
- [ flake8-no-implicit-concat] ( https://github.com/10sr/flake8-no-implicit-concat ) - Report implicit string concatenation.
You can’t perform that action at this time.
0 commit comments