diff --git a/lint_requirements.txt b/lint_requirements.txt index 22ea8e6..54ec5d0 100644 --- a/lint_requirements.txt +++ b/lint_requirements.txt @@ -8,5 +8,5 @@ bump-my-version check-manifest packaging -ruff<0.16.0 +ruff yamllint diff --git a/pyproject.toml b/pyproject.toml index c9eafaf..8c96390 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -172,6 +172,7 @@ extend-exclude = [ [tool.ruff.lint] # This section is managed by the plugin template. Do not edit manually. +select = ["E4", "E7", "E9", "F"] extend-select = [ "I", "INT",