Fix find_and_parse_pyproject_toml test for #772 (#774)

This commit is contained in:
Anders Kaseorg 2022-11-16 10:47:25 -08:00 committed by GitHub
parent 90bfc4ec4d
commit d3155560df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -382,7 +382,10 @@ other-attribute = 1
"longMessage".to_string(),
"maxDiff".to_string(),
]),
classmethod_decorators: Some(vec!["classmethod".to_string()]),
classmethod_decorators: Some(vec![
"classmethod".to_string(),
"pydantic.validator".to_string()
]),
staticmethod_decorators: Some(vec!["staticmethod".to_string()]),
}),
}