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.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.233 → v0.8.6](astral-sh/ruff-pre-commit@v0.0.233...v0.8.6)
- [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.14.1](pre-commit/mirrors-mypy@v1.11.2...v1.14.1)
- [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
- [github.com/rhysd/actionlint: v1.7.1 → v1.7.6](rhysd/actionlint@v1.7.1...v1.7.6)
- [github.com/igorshubovych/markdownlint-cli: v0.41.0 → v0.43.0](igorshubovych/markdownlint-cli@v0.41.0...v0.43.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent 96ff7fe commit d610b83
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-ast
- id: check-merge-conflict
Expand All @@ -16,7 +16,7 @@ repos:

- repo: https://github.com/astral-sh/ruff-pre-commit
# v0.0.233: Last version of ruff which will accept "py36" as target-version
rev: v0.0.233
rev: v0.8.6
hooks:
- id: ruff
args:
Expand All @@ -26,7 +26,7 @@ repos:
#- "--exit-non-zero-on-fix"

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.14.1
hooks:
- id: mypy
exclude: "conftest\\.py$"
Expand All @@ -36,17 +36,17 @@ repos:
- types-requests

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black

- repo: https://github.com/rhysd/actionlint
rev: v1.7.1
rev: v1.7.6
hooks:
- id: actionlint-docker

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
rev: v0.43.0
hooks:
- id: markdownlint-fix

Expand Down

0 comments on commit d610b83

Please sign in to comment.