Skip to content

Commit

Permalink
chore(poetry): upgrade ruff, enable C4 & update to Django 5
Browse files Browse the repository at this point in the history
  • Loading branch information
zyv committed Dec 25, 2023
1 parent 4aabac6 commit c750d2c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
29 changes: 14 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ target-version = "py311"

# 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 c750d2c

Please sign in to comment.