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/python-jsonschema/check-jsonschema: 0.27.0 → 0.27.3](python-jsonschema/check-jsonschema@0.27.0...0.27.3)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black-pre-commit-mirror: 23.9.1 → 23.12.1](psf/black-pre-commit-mirror@23.9.1...23.12.1)
- [github.com/PyCQA/bandit: 1.7.5 → 1.7.6](PyCQA/bandit@1.7.5...1.7.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 Jan 1, 2024
1 parent b8e45e0 commit 9203515
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ repos:
- id: "check-pre-commit-ci-config"

- repo: "https://github.com/python-jsonschema/check-jsonschema"
rev: "0.27.0"
rev: "0.27.3"
hooks:
# Validate Dependabot Config (v2) against the schema provided by
# SchemaStore.
Expand Down Expand Up @@ -145,7 +145,7 @@ repos:
- id: "rst-inline-touching-normal"

- repo: "https://github.com/PyCQA/isort"
rev: "5.12.0"
rev: "5.13.2"
hooks:
# Sort import statements with isort
- id: "isort"
Expand All @@ -161,7 +161,7 @@ repos:
- "colorama"

- repo: "https://github.com/psf/black-pre-commit-mirror"
rev: "23.9.1"
rev: "23.12.1"
hooks:
# Format Python code with black.
- id: "black"
Expand Down Expand Up @@ -193,7 +193,7 @@ repos:
- "pep8-naming >=0.1, <1.0"

- repo: "https://github.com/PyCQA/bandit"
rev: "1.7.5"
rev: "1.7.6"
hooks:
# Check code security with bandit.
- id: "bandit"
Expand Down Expand Up @@ -262,7 +262,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 9203515

Please sign in to comment.