Skip to content

Commit

Permalink
Add F81 to ruff rules
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Sep 24, 2024
1 parent e17d21a commit f0e7d76
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 @@ -111,7 +111,7 @@ exclude = [
force-exclude = true

[tool.ruff.lint]
select = ["E9", "F63", "F7", "F82"]
select = ["E9", "F63", "F7", "F81", "F82"]

[tool.towncrier]
directory = "changelog.d"
Expand Down

0 comments on commit f0e7d76

Please sign in to comment.