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 Jan 3, 2024
1 parent e47f1ca commit 7c5b918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ target-version = "py312"

# Full list of available rules can be found on https://docs.astral.sh/ruff/rules/
select = [
"C4", # flake8-comprehensions
"COM", # flake8-commas
"DJ001", # flake8-django: Avoid using null=True on string-based fields such as
"DJ012", # flake8-django: Order of model's inner classes, methods, and fields
Expand Down

0 comments on commit 7c5b918

Please sign in to comment.