Skip to content

Commit

Permalink
chore(lint): ruff config [pulumi]
Browse files Browse the repository at this point in the history
  • Loading branch information
mergealot committed Feb 12, 2024
1 parent d7a01a8 commit 3886548
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ force-exclude = true
line-length = 120
target-version = "py312"

[lint]
# Full list of available rules can be found on https://docs.astral.sh/ruff/rules/
select = [
"C4", # flake8-comprehensions
Expand All @@ -27,5 +28,5 @@ fixable = ["ALL"]
unfixable = []

# Ignore line-too-long error in our generated codes
[per-file-ignores]
[lint.per-file-ignores]
"**/api/schema/*" = ["E501"]

0 comments on commit 3886548

Please sign in to comment.