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.1 → v3.0.3](pre-commit/mirrors-prettier@v3.0.1...v3.0.3)
- [github.com/psf/black.git: 23.7.0 → 23.9.1](https://github.com/psf/black.git/compare/23.7.0...23.9.1)
- [github.com/pycqa/pylint: v3.0.0a6 → v3.0.0b0](pylint-dev/pylint@v3.0.0a6...v3.0.0b0)
- [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.1](pre-commit/mirrors-mypy@v1.4.1...v1.5.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 2, 2023
1 parent e140f9c commit 29bad4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ci:
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before yamllint
rev: v3.0.1
rev: v3.0.3
hooks:
- id: prettier
# Temporary excludes so we can gradually normalize the formatting
Expand Down Expand Up @@ -42,7 +42,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black.git
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
language_version: python3
Expand All @@ -69,11 +69,11 @@ repos:
- flake8-pytest-style>=1.5.0
language_version: python3
- repo: https://github.com/pycqa/pylint
rev: v3.0.0a6
rev: v3.0.0b0
hooks:
- id: pylint
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.5.1
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand Down

0 comments on commit 29bad4d

Please sign in to comment.