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

Commit

Permalink
chore(linting): add DJ001 to ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Apr 18, 2024
1 parent 3a87248 commit 94e16ad
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 @@ -80,6 +80,7 @@ ignore = [
"D106", # don't enforce existance of docstrings
"D107", # don't enforce existance of docstrings
"RUF012", # don't require ClassVar annotation
"DJ001", # null=True on string-based fields such as CharField (#1052)
]

[lint.per-file-ignores]
Expand Down

0 comments on commit 94e16ad

Please sign in to comment.