Skip to content

Commit

Permalink
chore: update deprecated ruff config (#9005)
Browse files Browse the repository at this point in the history
  • Loading branch information
abn authored Feb 24, 2024
1 parent 0ab6204 commit 120e737
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 @@ -136,7 +136,7 @@ known-first-party = ["poetry"]
known-third-party = ["poetry.core"]
required-imports = ["from __future__ import annotations"]

[tool.ruff.per-file-ignores]
[tool.ruff.lint.per-file-ignores]
"src/poetry/console/*" = ["RUF012"] # Can't annotate properly until new version of Cleo

[tool.black]
Expand Down

0 comments on commit 120e737

Please sign in to comment.