Skip to content

Commit c3df398

Browse files
[pre-commit.ci] pre-commit autoupdate (#554)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.8](astral-sh/ruff-pre-commit@v0.14.7...v0.14.8) * Remove encoding option from rst-lint entry --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
1 parent 098e0cd commit c3df398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ repos:
44
hooks:
55
- id: rst
66
name: rst
7-
entry: rst-lint --encoding utf-8
7+
entry: rst-lint
88
files: ^(CHANGELOG.rst|README.rst|HOWTORELEASE.rst|changelog/.*)$
99
language: python
1010
additional_dependencies: [pygments, restructuredtext_lint]
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.14.7
12+
rev: v0.14.8
1313
hooks:
1414
- id: ruff
1515
args: ["--fix"]

0 commit comments

Comments
 (0)