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.2.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.2.0...v4.5.0)
- [github.com/shellcheck-py/shellcheck-py: v0.8.0.4 → v0.9.0.6](shellcheck-py/shellcheck-py@v0.8.0.4...v0.9.0.6)
- [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/AleksaC/hadolint-py: v2.10.0 → v2.12.0.3](AleksaC/hadolint-py@v2.10.0...v2.12.0.3)
- [github.com/psf/black: 22.3.0 → 23.11.0](psf/black@22.3.0...23.11.0)
- [github.com/PyCQA/flake8: 4.0.1 → 6.1.0](PyCQA/flake8@4.0.1...6.1.0)
- [github.com/PyCQA/prospector: 1.7.7 → v1.10.3](prospector-dev/prospector@1.7.7...v1.10.3)
- [github.com/sirosen/check-jsonschema: 0.14.3 → 0.27.2](python-jsonschema/check-jsonschema@0.14.3...0.27.2)
  • Loading branch information
pre-commit-ci[bot] authored Nov 27, 2023
1 parent ce10f34 commit 9cbee47
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -15,15 +15,15 @@ repos:
- id: check-executables-have-shebangs
- id: requirements-txt-fixer
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.8.0.4
rev: v0.9.0.6
hooks:
- id: shellcheck
- repo: https://github.com/maxwinterstein/shfmt-py
rev: v3.4.3.1
rev: v3.7.0.1
hooks:
- id: shfmt
- repo: https://github.com/AleksaC/hadolint-py
rev: v2.10.0
rev: v2.12.0.3
hooks:
- id: hadolint
args:
Expand All @@ -34,18 +34,18 @@ repos:
- '--ignore'
- 'DL3013'
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 6.1.0
hooks:
- id: flake8
args:
- '--max-line-length'
- '99'
- repo: https://github.com/PyCQA/prospector
rev: 1.7.7
rev: v1.10.3
hooks:
- id: prospector
args:
Expand All @@ -56,7 +56,7 @@ repos:
- pytest
- pytest-shell-utilities
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.14.3
rev: 0.27.2
hooks:
- id: check-github-workflows
- id: check-github-actions

0 comments on commit 9cbee47

Please sign in to comment.