mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 14:52:01 +00:00
Implement F707 (DefaultExceptNotLast) (#101)
This commit is contained in:
parent
8f6ab8b37a
commit
b86414dc7a
9 changed files with 119 additions and 0 deletions
|
@ -4,6 +4,7 @@ use ruff::checks::CheckKind;
|
|||
fn main() {
|
||||
let mut check_kinds: Vec<CheckKind> = vec![
|
||||
CheckKind::AssertTuple,
|
||||
CheckKind::DefaultExceptNotLast,
|
||||
CheckKind::DuplicateArgumentName,
|
||||
CheckKind::FStringMissingPlaceholders,
|
||||
CheckKind::IfTuple,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue