Skip to content

Commit bc409ef

Browse files
authored
docs: Add 'flake8-logging' (#146)
1 parent 3477079 commit bc409ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Extensions banning specific Python features.
8787
- [flake8-broken-line](https://github.com/wemake-services/flake8-broken-line) - Report line break with backslash (`\`).
8888
- [flake8-debugger](https://github.com/JBKahn/flake8-debugger) - Report debug statements (`pdb`, `ipdb`).
8989
- [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.
9091
- [flake8-logging-format](https://github.com/globality-corp/flake8-logging-format) - Report string formatting inside logging.
9192
- [flake8-match](https://github.com/asottile/flake8-match) - Report `match` statement.
9293
- [flake8-no-implicit-concat](https://github.com/10sr/flake8-no-implicit-concat) - Report implicit string concatenation.

0 commit comments

Comments
 (0)