Skip to content

Commit cc01de3

Browse files
committed
fix
1 parent b0e5cd7 commit cc01de3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ repos:
2424
- id: remove-tabs
2525
name: Tabs remver (Python)
2626
files: (.*\.(py|bzl)|BUILD|.*\.BUILD|WORKSPACE)$
27-
args: [--whitespaces-count, '4']
28-
exclude: test/dygraph_to_static/test_error.py
27+
args: [--whitespaces-count, '4']

0 commit comments

Comments
 (0)