diff --git a/pyproject.toml b/pyproject.toml index f39b210..6d19cc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,6 +71,7 @@ select = ["ALL"] ignore = [ "D", # pydocstyle + "COM812", # missing-trailing-comma "C901", # complex-structure "ANN002", # missing-type-args "ANN003", # missing-type-kwargs