ruff/crates/ruff
Tom Kuson 5aa2a90e17
Add documentation to `flake8-logging-format` rules (#5417)
## Summary

Completes the documentation for the `flake8-logging-format` rules.
Related to #2646.

I included both the `flake8-logging-format` recommendation to use the
`extra` keyword and the Pylint recommendation to pass format values as
parameters so that formatting is done lazily, as #970 suggests the
Pylint logging rules are covered by this ruleset. Using lazy formatting
via parameters is probably more common than avoiding formatting entirely
in favour of the `extra` argument, regardless.

## Test Plan

`python scripts/check_docs_formatted.py`
2023-06-29 01:30:11 +00:00
..
resources/test Exclude docstrings from PYI053 (#5405) 2023-06-28 00:19:20 +00:00
src Add documentation to `flake8-logging-format` rules (#5417) 2023-06-29 01:30:11 +00:00
Cargo.toml Experimental release for Jupyter notebook integration (#5363) 2023-06-26 21:22:42 +05:30