Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v4.0.0-alpha.8)
- [github.com/sirosen/check-jsonschema: 0.21.0 → 0.28.4](python-jsonschema/check-jsonschema@0.21.0...0.28.4)
- [github.com/pre-commit/pre-commit-hooks.git: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.4.0...v4.6.0)
- [github.com/adrienverge/yamllint.git: v1.29.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.29.0...v1.35.1)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black: 23.1.0 → 24.4.2](psf/black@23.1.0...24.4.2)
- [github.com/pycqa/flake8.git: 6.0.0 → 7.0.0](https://github.com/pycqa/flake8.git/compare/6.0.0...7.0.0)
- [github.com/asottile/pyupgrade: v3.3.1 → v3.15.2](asottile/pyupgrade@v3.3.1...v3.15.2)
- [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.10.0](pre-commit/mirrors-mypy@v1.0.1...v1.10.0)
- [github.com/pycqa/pylint: v2.16.4 → v3.2.2](pylint-dev/pylint@v2.16.4...v3.2.2)
- [github.com/jazzband/pip-tools: 6.12.3 → 7.4.1](jazzband/pip-tools@6.12.3...7.4.1)
  • Loading branch information
pre-commit-ci[bot] committed Jun 3, 2024
1 parent 04a9f14 commit 26d3dff
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
- id: check-useless-excludes
- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before yamllint
rev: v3.0.0-alpha.6
rev: v4.0.0-alpha.8
hooks:
- id: prettier
always_run: true
Expand All @@ -39,11 +39,11 @@ 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.28.4
hooks:
- id: check-github-workflows
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.4.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand Down Expand Up @@ -72,26 +72,26 @@ repos:
hooks:
- id: doc8
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.29.0
rev: v1.35.1
hooks:
- id: yamllint
files: \.(yaml|yml)$
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args:
# https://github.com/pre-commit/mirrors-isort/issues/9#issuecomment-624404082
- --filter-files
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 24.4.2
hooks:
- id: black
language_version: python3
- repo: https://github.com/pycqa/flake8.git
rev: 6.0.0
rev: 7.0.0
hooks:
- id: flake8
language_version: python3
Expand All @@ -103,20 +103,20 @@ repos:
- flake8-future-annotations>=0.0.3
- repo: https://github.com/asottile/pyupgrade
# keep it after flake8
rev: v3.3.1
rev: v3.15.2
hooks:
- id: pyupgrade
args: ["--py38-plus"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.1
rev: v1.10.0
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.2.2
hooks:
- id: pylint
args:
Expand All @@ -125,7 +125,7 @@ repos:
- ansible-core>=2.14.0
- pytest
- repo: https://github.com/jazzband/pip-tools
rev: 6.12.3
rev: 7.4.1
hooks:
- id: pip-compile
name: lock
Expand Down

0 comments on commit 26d3dff

Please sign in to comment.