Skip to content

Commit 91edfe7

Browse files
committed
Trying to debug a CI issue
1 parent 49aa09f commit 91edfe7

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
@@ -10,7 +10,7 @@ repos:
1010
- id: isort
1111
name: isort
1212
language: system
13-
entry: isort --filter-files
13+
entry: isort --filter-files --diff --check
1414
types_or: [python, pyi]
1515
require_serial: true
1616
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)