Skip to content

Commit

Permalink
DEV: Update to ruff 0.9.4 (#3097)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 authored Jan 31, 2025
1 parent 33da49f commit 5102921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ select = ["ALL"]
ignore = [
"A001", # Variable is shadowing a Python builtin
"A002", # Function argument is shadowing a Python builtin
"A005", # Module shadows a Python standard-library module
"ANN204", # Missing return type annotation for special method `__init__`
"ANN401", # Dynamically typed expressions (typing.Any) are disallowed
"ARG001", # Unused function argument
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci-3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pytest-xdist==3.6.1
# via -r requirements/ci.in
pyyaml==6.0.2
# via -r requirements/ci.in
ruff==0.8.4
ruff==0.9.4
# via -r requirements/ci.in
tomli==2.0.2
# via
Expand Down

0 comments on commit 5102921

Please sign in to comment.