Skip to content

Commit

Permalink
ruff deprecation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed Dec 19, 2024
1 parent 8ff99b0 commit 6a79cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ ignore_missing_imports = true
[tool.pydocstyle]
ignore = "D105"

[tool.ruff]
[tool.ruff.lint]
ignore = ["E501"]
per-file-ignores = {"__init__.py" = ["E402", "F401"]}

0 comments on commit 6a79cdc

Please sign in to comment.