Skip to content

Commit 058f054

Browse files
authored
Remove encoding option from rst-lint entry
1 parent b21c9d9 commit 058f054

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
@@ -18,7 +18,7 @@ repos:
1818
hooks:
1919
- id: rst
2020
name: rst
21-
entry: rst-lint --encoding utf-8
21+
entry: rst-lint
2222
files: ^(CHANGELOG.rst|HOWTORELEASE.rst|README.rst|changelog/.*)$
2323
language: python
2424
additional_dependencies: [pygments, restructuredtext_lint]

0 commit comments

Comments
 (0)