Skip to content

Commit fdcd473

Browse files
committed
Remove lowercase option
1 parent fd3d1ad commit fdcd473

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
@@ -132,7 +132,7 @@ repos:
132132

133133
- id: pylint-docs
134134
name: pylint-docs
135-
entry: doccmd --language=python --command="pylint" --lowercase-file-name
135+
entry: doccmd --language=python --command="pylint"
136136
language: system
137137
stages: [manual]
138138
types_or: [markdown, rst, python, toml]

0 commit comments

Comments
 (0)