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.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/abravalheri/validate-pyproject: v0.12.1 → v0.15](abravalheri/validate-pyproject@v0.12.1...v0.15)
- [github.com/python-jsonschema/check-jsonschema: 0.22.0 → 0.27.2](python-jsonschema/check-jsonschema@0.22.0...0.27.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.1.6](astral-sh/ruff-pre-commit@v0.0.256...v0.1.6)
- [github.com/psf/black: 23.1.0 → 23.11.0](psf/black@23.1.0...23.11.0)
- [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.7.1](pre-commit/mirrors-mypy@v1.1.1...v1.7.1)
- [github.com/codespell-project/codespell: v2.2.4 → v2.2.6](codespell-project/codespell@v2.2.4...v2.2.6)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.3](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.3)
  • Loading branch information
pre-commit-ci[bot] authored Dec 4, 2023
1 parent 5bd250b commit b0cf1e4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-json
- id: check-toml
Expand All @@ -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.15
hooks:
- id: validate-pyproject
name: validate pyproject.toml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.22.0
rev: 0.27.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.1.6
hooks:
- id: ruff
args:
- --fix
- --exit-non-zero-on-fix
- --show-fixes
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.1.1
rev: v1.7.1
hooks:
- id: mypy
additional_dependencies:
- types-requests
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.6
hooks:
- id: codespell
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v4.0.0-alpha.3
hooks:
- id: prettier
additional_dependencies:
Expand Down

0 comments on commit b0cf1e4

Please sign in to comment.