Skip to content

Commit 5d57ff3

Browse files
Fix rst-lint: error: unrecognized arguments: --encoding
1 parent 2173e7b commit 5d57ff3

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
@@ -38,7 +38,7 @@ repos:
3838
hooks:
3939
- id: rst
4040
name: rst
41-
entry: rst-lint --encoding utf-8
41+
entry: rst-lint
4242
files: ^(HOWTORELEASE.rst|README.rst)$
4343
language: python
4444
additional_dependencies: [pygments, restructuredtext_lint]

0 commit comments

Comments
 (0)