Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
chore(lint): ruff config [pulumi]
Browse files Browse the repository at this point in the history
  • Loading branch information
mergealot committed Oct 27, 2023
1 parent a0dd8c2 commit c094f2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ ignore = []
# Allow autofix for all enabled rules (when `--fix`) is provided.
fixable = ["ALL"]
unfixable = []

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

0 comments on commit c094f2e

Please sign in to comment.