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-ci/pre-commit-ci-config: v1.5.1 → v1.6.1](pre-commit-ci/pre-commit-ci-config@v1.5.1...v1.6.1)
- [github.com/python-jsonschema/check-jsonschema: 0.23.2 → 0.27.0](python-jsonschema/check-jsonschema@0.23.2...0.27.0)
- [github.com/psf/black: refs/tags/23.3.0:refs/tags/23.3.0 → 23.9.1](psf/black@refs/tags/23.3.0:refs/tags/23.3.0...23.9.1)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/maxwinterstein/shfmt-py: v3.4.3.1 → v3.7.0.1](MaxWinterstein/shfmt-py@v3.4.3.1...v3.7.0.1)
- [github.com/shellcheck-py/shellcheck-py: v0.9.0.5 → v0.9.0.6](shellcheck-py/shellcheck-py@v0.9.0.5...v0.9.0.6)
- [github.com/markdownlint/markdownlint: v0.9.0 → v0.12.0](markdownlint/markdownlint@v0.9.0...v0.12.0)
  • Loading branch information
pre-commit-ci[bot] authored and andthum committed Oct 13, 2023
1 parent 725f972 commit cda4b74
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ repos:
######################################################################

- repo: "https://github.com/pre-commit-ci/pre-commit-ci-config"
rev: "v1.5.1"
rev: "v1.6.1"
hooks:
# Validate pre-commit.ci configuration.
- id: "check-pre-commit-ci-config"

- repo: "https://github.com/python-jsonschema/check-jsonschema"
rev: "0.23.2"
rev: "0.27.0"
hooks:
# Validate Dependabot Config (v2) against the schema provided by
# SchemaStore.
Expand Down Expand Up @@ -169,7 +169,7 @@ repos:
# to XX but somehow the pre-commit hook has version YY when
# specifying the hook version without the prefix. See
# https://github.com/psf/black/issues/2493#issuecomment-1081987650
rev: "refs/tags/23.3.0:refs/tags/23.3.0"
rev: "23.9.1"
hooks:
# Format Python code with black.
- id: "black"
Expand All @@ -182,7 +182,7 @@ repos:
- "--color"

- repo: "https://github.com/PyCQA/flake8"
rev: "6.0.0"
rev: "6.1.0"
hooks:
# Lint Python code with Flake8.
- id: "flake8"
Expand Down Expand Up @@ -223,7 +223,7 @@ repos:
######################################################################

- repo: "https://github.com/maxwinterstein/shfmt-py"
rev: "v3.4.3.1"
rev: "v3.7.0.1"
hooks:
# Format shell scripts with shfmt.
# NOTE: The official shfmt hook from
Expand All @@ -244,7 +244,7 @@ repos:
- "-l"

- repo: "https://github.com/shellcheck-py/shellcheck-py"
rev: "v0.9.0.5"
rev: "v0.9.0.6"
hooks:
# Lint shell scripts with shellcheck.
# NOTE: The official shellcheck hook from
Expand All @@ -270,7 +270,7 @@ repos:
# v0.12.0 requires ruby2.7
# v0.11.0 and v0.10.0 require ruby2.6
# => stay at v0.9.0
rev: "v0.9.0"
rev: "v0.12.0"
hooks:
# Lint Markdown files with markdownlint.
- id: "markdownlint"

0 comments on commit cda4b74

Please sign in to comment.