Skip to content

Commit 4b7ad4f

Browse files
committed
fix: add UP038 to pre-commit ruff ignore list
1 parent 1b41f88 commit 4b7ad4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
rev: v0.11.0
55
hooks:
66
- id: ruff
7-
args: [--fix, --respect-gitignore, --config=pyproject.toml]
7+
args: [--fix, --respect-gitignore, --config=pyproject.toml, --ignore=UP038]
88
- id: ruff-format
99
args: [--config=pyproject.toml]
1010

0 commit comments

Comments
 (0)