ruff/crates
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
..
flake8_to_ruff Bump version to 0.0.275 (#5276) 2023-06-21 21:53:37 -04:00
ruff Add documentation to flake8-logging-format rules (#5417) 2023-06-29 01:30:11 +00:00
ruff_benchmark Create PyFormatOptions 2023-06-26 14:02:17 +02:00
ruff_cache Only use a single cache file per Python package (#5117) 2023-06-19 17:46:13 +02:00
ruff_cli Make standard input detection robust to invalid arguments (#5393) 2023-06-28 14:52:23 +00:00
ruff_dev Fix ruff_dev repeat by removing short argument (#5388) 2023-06-27 13:29:20 +00:00
ruff_diagnostics Use consistent Cargo.toml metadata in all crates (#5015) 2023-06-12 00:02:40 +00:00
ruff_formatter Add tests for skip magic trailing comma 2023-06-26 14:15:55 +02:00
ruff_index Run rustfmt on nightly to clean up erroneous comments (#5106) 2023-06-15 00:19:05 +00:00
ruff_macros Avoid including nursery rules in linter-level selectors (#5268) 2023-06-21 20:11:40 +00:00
ruff_python_ast Remove prelude from ruff_python_ast (#5369) 2023-06-26 11:43:49 -04:00
ruff_python_formatter format StmtAsyncWith (#5376) 2023-06-28 10:21:44 +00:00
ruff_python_resolver Remove an unsafe access in the resolver (#5428) 2023-06-28 19:08:10 +00:00
ruff_python_semantic Run shadowed-variable analyses in deferred handlers (#5181) 2023-06-29 00:08:18 +00:00
ruff_python_stdlib Experimental release for Jupyter notebook integration (#5363) 2023-06-26 21:22:42 +05:30
ruff_python_whitespace Use consistent Cargo.toml metadata in all crates (#5015) 2023-06-12 00:02:40 +00:00
ruff_rustpython Use consistent Cargo.toml metadata in all crates (#5015) 2023-06-12 00:02:40 +00:00
ruff_textwrap Use consistent Cargo.toml metadata in all crates (#5015) 2023-06-12 00:02:40 +00:00
ruff_wasm Fix autofix capabilities in playground (#5375) 2023-06-26 16:40:28 +00:00