commit | d9d4243752b8a872ac7a7aa0c4e8fb6e9f89ffed | [log] [tgz] |
---|---|---|
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | Mon Nov 18 17:25:47 2024 +0000 |
committer | GitHub <noreply@github.com> | Mon Nov 18 17:25:47 2024 +0000 |
tree | edee0dcc2603ed0fb5368741b586f50b501aae2b | |
parent | 07a464536c9bde40f976709f2306338a2adcaba4 [diff] |
[pre-commit.ci] pre-commit autoupdate updates: - [github.com/executablebooks/mdformat: 0.7.18 → 0.7.19](https://github.com/executablebooks/mdformat/compare/0.7.18...0.7.19) - [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.7.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.3...v0.7.4)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dcf70d1..ee22f12 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -4,7 +4,7 @@ repos: - repo: https://github.com/executablebooks/mdformat # Do this before other tools "fixing" the line endings - rev: 0.7.18 + rev: 0.7.19 hooks: - id: mdformat name: Format Markdown @@ -58,7 +58,7 @@ - -d - "{extends: relaxed, rules: {line-length: {max: 90}}}" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.3 + rev: v0.7.4 hooks: - id: ruff - id: ruff-format