Skip to content

Commit cf93775

Browse files
committed
Dump
1 parent 5a15041 commit cf93775

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
@@ -20,6 +20,10 @@ extend-select = [
2020
# https://github.com/asottile/pyupgrade
2121
"UP",
2222
]
23+
extend-ignore = [
24+
"DTZ",
25+
"RUF",
26+
]
2327
[lint.per-file-ignores]
2428
# RUF012 is violated by Django-generated migrations.
2529
# https://docs.astral.sh/ruff/rules/mutable-class-default/

0 commit comments

Comments
 (0)