Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lint_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
bump-my-version
check-manifest
packaging
ruff<0.16.0
ruff
yamllint
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading