Skip to content

Commit

Permalink
docs: Add 'flake8-logging' (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoshynskyi authored Mar 19, 2024
1 parent 3477079 commit bc409ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Extensions banning specific Python features.
- [flake8-broken-line](https://github.com/wemake-services/flake8-broken-line) - Report line break with backslash (`\`).
- [flake8-debugger](https://github.com/JBKahn/flake8-debugger) - Report debug statements (`pdb`, `ipdb`).
- [flake8-forbidden-func](https://github.com/tripcher/flake8-forbidden-func) - Forbid some functions in some modules.
- [flake8-logging](https://github.com/adamchainz/flake8-logging) - Reports issues in using the standard library logging module.
- [flake8-logging-format](https://github.com/globality-corp/flake8-logging-format) - Report string formatting inside logging.
- [flake8-match](https://github.com/asottile/flake8-match) - Report `match` statement.
- [flake8-no-implicit-concat](https://github.com/10sr/flake8-no-implicit-concat) - Report implicit string concatenation.
Expand Down

0 comments on commit bc409ef

Please sign in to comment.