Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 79fc93c

Browse files
author
Phil Varner
committed
remove unnecessary pre-commit statement
1 parent 99ca0c2 commit 79fc93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
rev: v0.7.3
1414
hooks:
1515
- id: ruff
16-
args: [--fix, --select, I, --exit-non-zero-on-fix]
16+
args: [--fix, --exit-non-zero-on-fix]
1717
- id: ruff-format
1818
- repo: https://github.com/pre-commit/mirrors-mypy
1919
rev: v1.13.0

0 commit comments

Comments
 (0)