Skip to content

Commit ef5667c

Browse files
[pre-commit.ci] pre-commit autoupdate (#1284)
* [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 c0580e9 commit ef5667c

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: "v0.14.7"
3+
rev: "v0.14.8"
44
hooks:
55
- id: ruff
66
args: ["--fix"]
@@ -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)