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.14](abravalheri/validate-pyproject@v0.12.1...v0.14)
- [github.com/python-jsonschema/check-jsonschema: 0.22.0 → 0.26.3](python-jsonschema/check-jsonschema@0.22.0...0.26.3)
- 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.287](astral-sh/ruff-pre-commit@v0.0.256...v0.0.287)
- [github.com/psf/black: 23.1.0 → 23.7.0](psf/black@23.1.0...23.7.0)
- [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.5.1](pre-commit/mirrors-mypy@v1.1.1...v1.5.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.3](pre-commit/mirrors-prettier@v2.7.1...v3.0.3)
  • Loading branch information
pre-commit-ci[bot] authored Sep 5, 2023
1 parent 0de4688 commit a1455ed
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.14
hooks:
- id: validate-pyproject
name: validate pyproject.toml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.22.0
rev: 0.26.3
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.287
hooks:
- id: ruff
args:
- --fix
- --exit-non-zero-on-fix
- --show-fixes
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.1.1
rev: v1.5.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.3
hooks:
- id: prettier
additional_dependencies:
Expand Down

0 comments on commit a1455ed

Please sign in to comment.