Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Oct 18, 2023
1 parent a002e61 commit 68990b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ruff_python_formatter/src/cli.rs
Expand Up @@ -23,6 +23,7 @@ pub enum Emit {

#[derive(Parser)]
#[command(author, version, about, long_about = None)]
#[allow(clippy::struct_excessive_bools)] // It's only the dev cli anyways
pub struct Cli {
/// Python files to format. If there are none, stdin will be used. `-` as stdin is not supported
pub files: Vec<PathBuf>,
Expand Down

0 comments on commit 68990b5

Please sign in to comment.