Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/sirosen/check-jsonschema: 0.21.0 → 0.22.0](python-jsonschema/check-jsonschema@0.21.0...0.22.0)
- [github.com/adrienverge/yamllint.git: v1.29.0 → v1.30.0](https://github.com/adrienverge/yamllint.git/compare/v1.29.0...v1.30.0)
- [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.1.1](pre-commit/mirrors-mypy@v1.0.1...v1.1.1)
- [github.com/pycqa/pylint: v2.16.4 → v3.0.0a6](pylint-dev/pylint@v2.16.4...v3.0.0a6)
  • Loading branch information
pre-commit-ci[bot] committed Apr 3, 2023
1 parent 04a9f14 commit c719c69
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 @@ -39,7 +39,7 @@ repos:
# args: [--relative, --no-progress, --no-summary]
# name: Spell check with cspell
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.21.0
rev: 0.22.0
hooks:
- id: check-github-workflows
- repo: https://github.com/pre-commit/pre-commit-hooks.git
Expand Down Expand Up @@ -72,7 +72,7 @@ repos:
hooks:
- id: doc8
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.29.0
rev: v1.30.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
Expand All @@ -86,7 +86,7 @@ repos:
# https://github.com/pre-commit/mirrors-isort/issues/9#issuecomment-624404082
- --filter-files
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
language_version: python3
Expand All @@ -108,15 +108,15 @@ repos:
- id: pyupgrade
args: ["--py38-plus"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.1
rev: v1.1.1
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
args: [--strict]
additional_dependencies:
- pytest
- repo: https://github.com/pycqa/pylint
rev: v2.16.4
rev: v3.0.0a6
hooks:
- id: pylint
args:
Expand Down

0 comments on commit c719c69

Please sign in to comment.