Skip to content

Commit e5ac7de

Browse files
Fix rst-lint: error: unrecognized arguments: --encoding
1 parent 46b0d3c commit e5ac7de

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
@@ -69,7 +69,7 @@ repos:
6969
hooks:
7070
- id: rst
7171
name: rst
72-
entry: rst-lint --encoding utf-8
72+
entry: rst-lint
7373
files: ^(README.rst)$
7474
language: python
7575
additional_dependencies: [pygments, restructuredtext_lint]

0 commit comments

Comments
 (0)