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.4.0](pre-commit/pre-commit-hooks@v4.2.0...v4.4.0)
- [github.com/shellcheck-py/shellcheck-py: v0.8.0.4 → v0.9.0.2](shellcheck-py/shellcheck-py@v0.8.0.4...v0.9.0.2)
- [github.com/psf/black: 22.3.0 → 22.12.0](psf/black@22.3.0...22.12.0)
- [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0)
- [github.com/PyCQA/prospector: 1.7.7 → v1.8.3](prospector-dev/prospector@1.7.7...v1.8.3)
- [github.com/sirosen/check-jsonschema: 0.14.3 → 0.19.2](python-jsonschema/check-jsonschema@0.14.3...0.19.2)
  • Loading branch information
pre-commit-ci[bot] authored Dec 19, 2022
1 parent ce10f34 commit f0095b0
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,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -15,7 +15,7 @@ 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.2
hooks:
- id: shellcheck
- repo: https://github.com/maxwinterstein/shfmt-py
Expand All @@ -34,18 +34,18 @@ repos:
- '--ignore'
- 'DL3013'
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8
args:
- '--max-line-length'
- '99'
- repo: https://github.com/PyCQA/prospector
rev: 1.7.7
rev: v1.8.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.19.2
hooks:
- id: check-github-workflows
- id: check-github-actions

0 comments on commit f0095b0

Please sign in to comment.