mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-15 10:20:26 +00:00
Fix logging rules with whitespace around dot (#6022)
## Summary
Attempting to fix, e.g., `logging . warn("Hello World!")` was causing a
syntax error.
This commit is contained in:
parent
0d94337b96
commit
33196f1859
4 changed files with 89 additions and 67 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#[derive(Copy, Clone)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub enum LoggingLevel {
|
||||
Debug,
|
||||
Critical,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue