Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.4.9](astral-sh/ruff-pre-commit@v0.3.4...v0.4.9)
- [github.com/jackdewinter/pymarkdown: v0.9.18 → v0.9.20](jackdewinter/pymarkdown@v0.9.18...v0.9.20)
- [github.com/python-poetry/poetry-plugin-export: 1.7.1 → 1.8.0](python-poetry/poetry-plugin-export@1.7.1...1.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Jun 17, 2024
1 parent fd53a24 commit 92a92e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autofix_commit_msg: "[pre-commit.ci] auto fixes from pre-commit.com hooks [dependabot skip]"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-yaml
args: [--unsafe]
Expand All @@ -12,15 +12,15 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
rev: v0.4.9
hooks:
- id: ruff
name: "lint with ruff"
- id: ruff-format
name: "format with ruff"

- repo: https://github.com/jackdewinter/pymarkdown
rev: v0.9.18
rev: v0.9.20
hooks:
- id: pymarkdown
name: "check markdown"
Expand All @@ -34,7 +34,7 @@ repos:
name: "check poetry files"
# - id: poetry-lock
- repo: https://github.com/python-poetry/poetry-plugin-export
rev: "1.7.1"
rev: "1.8.0"
hooks:
- id: poetry-export
name: "export production dependencies"
Expand Down

0 comments on commit 92a92e9

Please sign in to comment.