mirror of https://github.com/astral-sh/ruff
Fix failing pyproject test
This commit is contained in:
parent
0e6a38e6d8
commit
d4cf376e9b
|
|
@ -374,7 +374,7 @@ other-attribute = 1
|
|||
]),
|
||||
select: None,
|
||||
extend_select: None,
|
||||
external: None,
|
||||
external: Some(vec!["V101".to_string()]),
|
||||
ignore: None,
|
||||
extend_ignore: None,
|
||||
fixable: None,
|
||||
|
|
|
|||
Loading…
Reference in New Issue