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.0-alpha.4 → v3.0.0-alpha.6](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.0-alpha.6)
- [github.com/PyCQA/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0)
- [github.com/psf/black.git: 22.12.0 → 23.3.0](https://github.com/psf/black.git/compare/22.12.0...23.3.0)
- [github.com/pycqa/pylint: v2.16.0b0 → v3.0.0a6](pylint-dev/pylint@v2.16.0b0...v3.0.0a6)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.1.1](pre-commit/mirrors-mypy@v0.991...v1.1.1)
  • Loading branch information
pre-commit-ci[bot] authored Apr 3, 2023
1 parent 52747fe commit 695840b
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 @@ -12,7 +12,7 @@ ci:
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before yamllint
rev: v3.0.0-alpha.4
rev: v3.0.0-alpha.6
hooks:
- id: prettier
# Temporary excludes so we can gradually normalize the formatting
Expand All @@ -38,11 +38,11 @@ repos:
files: "codecov.yml"
pass_filenames: false
- repo: https://github.com/PyCQA/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/psf/black.git
rev: 22.12.0
rev: 23.3.0
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: v2.16.0b0
rev: v3.0.0a6
hooks:
- id: pylint
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.1.1
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand Down

0 comments on commit 695840b

Please sign in to comment.