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/abravalheri/validate-pyproject: v0.12.1 → v0.13](abravalheri/validate-pyproject@v0.12.1...v0.13)
- [github.com/python-jsonschema/check-jsonschema: 0.22.0 → 0.23.2](python-jsonschema/check-jsonschema@0.22.0...0.23.2)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.256 → v0.0.276](astral-sh/ruff-pre-commit@v0.0.256...v0.0.276)
- [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.1.1 → v1.4.1](pre-commit/mirrors-mypy@v1.1.1...v1.4.1)
- [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.9-for-vscode](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.9-for-vscode)
  • Loading branch information
pre-commit-ci[bot] authored Jul 4, 2023
1 parent 0de4688 commit 94c7960
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
Expand Up @@ -20,41 +20,41 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.12.1
rev: v0.13
hooks:
- id: validate-pyproject
name: validate pyproject.toml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.22.0
rev: 0.23.2
hooks:
- id: check-github-workflows
name: validate github workflows
- id: check-readthedocs
name: validate readthedocs config
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.256
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.276
hooks:
- id: ruff
args:
- --fix
- --exit-non-zero-on-fix
- --show-fixes
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.1.1
rev: v1.4.1
hooks:
- id: mypy
additional_dependencies:
- types-requests
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.0.0-alpha.9-for-vscode
hooks:
- id: prettier
additional_dependencies:
Expand Down

0 comments on commit 94c7960

Please sign in to comment.