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.12.2](abravalheri/validate-pyproject@v0.12.1...v0.12.2)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.256 → v0.0.263](astral-sh/ruff-pre-commit@v0.0.256...v0.0.263)
- [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.2.0](pre-commit/mirrors-mypy@v1.1.1...v1.2.0)
- [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 May 2, 2023
1 parent 1ff6ad2 commit c4ae848
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 @@ -22,7 +22,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.12.1
rev: v0.12.2
hooks:
- id: validate-pyproject
name: validate pyproject.toml
Expand All @@ -34,19 +34,19 @@ repos:
- id: check-readthedocs
name: validate readthedocs config
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.256
rev: v0.0.263
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.2.0
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -56,7 +56,7 @@ repos:
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 c4ae848

Please sign in to comment.