Skip to content

Commit

Permalink
Ignore pycodestyle warning rules in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-graham committed Sep 24, 2024
1 parent 23b30ab commit e1b1ef8
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 @@ -125,7 +125,7 @@ line-length = 120

[tool.ruff.lint]
select = ["E", "F", "I", "W"]
per-file-ignores = {"src/scripts/**" = ["E501"]}
per-file-ignores = {"src/scripts/**" = ["E501", "W"]}

[tool.setuptools.packages.find]
where = ["src"]
Expand Down

0 comments on commit e1b1ef8

Please sign in to comment.