diff --git a/pyproject.toml b/pyproject.toml index 09ce1325..c1cb57fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,4 +99,4 @@ filterwarnings = [ line-length = 120 target-version = 'py311' -select = ["E4", "E7", "E9", "F", "W"] +lint.select = ["E4", "E7", "E9", "F", "W"]