Skip to content

Commit e7ea131

Browse files
committed
Dump
1 parent cc63cb7 commit e7ea131

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repos:
4444
rev: v0.16.3
4545
hooks:
4646
- id: ruff-check
47-
args: ["--fix", "--show-fixes"]
47+
args: ["--fix", "--show-fixes", "--unsafe-fixes"]
4848
- id: ruff-format
4949

5050
- repo: https://github.com/rtts/djhtml

ruff.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ extend-select = [
1111
# https://github.com/asottile/pyupgrade
1212
"UP",
1313
]
14+
extend-ignore = [
15+
"DTZ",
16+
"RUF",
17+
]
1418
[lint.per-file-ignores]
1519
# RUF012 is violated by Django-generated migrations.
1620
# https://docs.astral.sh/ruff/rules/mutable-class-default/

0 commit comments

Comments
 (0)