Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1491)
Browse files Browse the repository at this point in the history
updates:
- [github.com/tcort/markdown-link-check: v3.11.2 → v3.12.1](tcort/markdown-link-check@v3.11.2...v3.12.1)
- [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.2](astral-sh/ruff-pre-commit@v0.2.2...v0.3.2)
- [github.com/PyCQA/bandit: 1.7.7 → 1.7.8](PyCQA/bandit@1.7.7...1.7.8)
- [github.com/rhysd/actionlint: v1.6.26 → v1.6.27](rhysd/actionlint@v1.6.26...v1.6.27)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Mar 12, 2024
1 parent 58b2025 commit 4294a8b
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 @@ -38,7 +38,7 @@ repos:
- id: remove-tabs

- repo: https://github.com/tcort/markdown-link-check
rev: v3.11.2
rev: v3.12.1
hooks:
- id: markdown-link-check
args: ["--config=mlc-config.json"]
Expand All @@ -55,7 +55,7 @@ repos:
additional_dependencies: [black==22.3.0]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.2.2'
rev: 'v0.3.2'
hooks:
- id: ruff
args: ["--config", "./pyproject.toml"]
Expand Down Expand Up @@ -90,7 +90,7 @@ repos:
additional_dependencies: ['toml']

- repo: https://github.com/PyCQA/bandit
rev: 1.7.7
rev: 1.7.8
hooks:
- id: bandit
# Excluding Example DAGs temporarily until they can be fixed
Expand All @@ -99,7 +99,7 @@ repos:
additional_dependencies: [".[toml]"]

- repo: https://github.com/rhysd/actionlint
rev: v1.6.26
rev: v1.6.27
hooks:
- id: actionlint
args: ["-ignore", "shellcheck"]
Expand Down

0 comments on commit 4294a8b

Please sign in to comment.