Skip to content

Commit 89e5615

Browse files
pre-commit-ci[bot]omad
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.2](astral-sh/ruff-pre-commit@v0.8.1...v0.8.2) - [github.com/johnfraney/flake8-markdown: v0.5.0 → v0.6.0](johnfraney/flake8-markdown@v0.5.0...v0.6.0)
1 parent d5c7142 commit 89e5615

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,14 +1,14 @@
11
---
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.8.1
4+
rev: v0.8.2
55
hooks:
66
- id: ruff
77
args: [--fix, --show-fixes, --output-format, grouped]
88
- id: ruff-format
99
# Lint Python snippets embedded in Markdown (using flake8)
1010
- repo: https://github.com/johnfraney/flake8-markdown
11-
rev: v0.5.0
11+
rev: v0.6.0
1212
hooks:
1313
- id: flake8-markdown
1414
# # Lint Jinja2 templates

0 commit comments

Comments
 (0)