Skip to content

Commit 99989fd

Browse files
[pre-commit.ci] pre-commit suggestions (#351)
* [pre-commit.ci] pre-commit suggestions updates: - [github.com/PyCQA/docformatter: 06907d0267368b49b9180eed423fae5697c1e909 → v1.7.5](PyCQA/docformatter@06907d0...v1.7.5) - [github.com/executablebooks/mdformat: 0.7.19 → 0.7.21](hukkin/mdformat@0.7.19...0.7.21) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.1...v0.8.6) * Apply suggestions from code review --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <[email protected]>
1 parent 8b6044b commit 99989fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636
args: ["--in-place"]
3737

3838
- repo: https://github.com/executablebooks/mdformat
39-
rev: 0.7.19
39+
rev: 0.7.21
4040
hooks:
4141
- id: mdformat
4242
additional_dependencies:
@@ -55,7 +55,7 @@ repos:
5555
args: ["--print-width=120"]
5656

5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.8.1
58+
rev: v0.8.6
5959
hooks:
6060
- id: ruff
6161
args: ["--fix"]

0 commit comments

Comments
 (0)