mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-26 20:10:09 +00:00
Fix failing pyproject test
This commit is contained in:
parent
0e6a38e6d8
commit
d4cf376e9b
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ other-attribute = 1
|
||||||
]),
|
]),
|
||||||
select: None,
|
select: None,
|
||||||
extend_select: None,
|
extend_select: None,
|
||||||
external: None,
|
external: Some(vec!["V101".to_string()]),
|
||||||
ignore: None,
|
ignore: None,
|
||||||
extend_ignore: None,
|
extend_ignore: None,
|
||||||
fixable: None,
|
fixable: None,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue