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.28.2 → 0.28.6](python-jsonschema/check-jsonschema@0.28.2...0.28.6)
- [github.com/psf/black-pre-commit-mirror: 23.12.1 → 24.4.2](psf/black-pre-commit-mirror@23.12.1...24.4.2)
- [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
- [github.com/PyCQA/bandit: 1.7.8 → 1.7.9](PyCQA/bandit@1.7.8...1.7.9)
- [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 Jul 1, 2024
1 parent 96927ae commit 3e79101
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.28.2"
rev: "0.28.6"
hooks:
# Validate Dependabot Config (v2) against the schema provided by
# SchemaStore.
Expand Down Expand Up @@ -163,7 +163,7 @@ repos:
- repo: "https://github.com/psf/black-pre-commit-mirror"
# Stay at black version 23, because some formatting rules change in
# version 24.
rev: "23.12.1"
rev: "24.4.2"
hooks:
# Format Python code with black.
- id: "black"
Expand All @@ -176,7 +176,7 @@ repos:
- "--color"

- repo: "https://github.com/PyCQA/flake8"
rev: "7.0.0"
rev: "7.1.0"
hooks:
# Lint Python code with Flake8.
- id: "flake8"
Expand All @@ -195,7 +195,7 @@ repos:
- "pep8-naming >=0.1, <1.0"

- repo: "https://github.com/PyCQA/bandit"
rev: "1.7.8"
rev: "1.7.9"
hooks:
# Check code security with bandit.
- id: "bandit"
Expand Down Expand Up @@ -264,7 +264,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 3e79101

Please sign in to comment.