Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#3679)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.0 → v3.0.0-alpha.1](pre-commit/mirrors-prettier@v3.0.0-alpha.0...v3.0.0-alpha.1)
- [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0)
- [github.com/pre-commit/mirrors-mypy: v0.981 → v0.982](pre-commit/mirrors-mypy@v0.981...v0.982)
- [github.com/PyCQA/pylint: v2.15.3 → v2.15.4](pylint-dev/pylint@v2.15.3...v2.15.4)
- [github.com/jazzband/pip-tools: 6.8.0 → 6.9.0](jazzband/pip-tools@6.8.0...6.9.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 11, 2022
1 parent cb4109f commit 08ee874
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 @@ -17,7 +17,7 @@ repos:
language: node
- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before yamllint
rev: "v3.0.0-alpha.0"
rev: "v3.0.0-alpha.1"
hooks:
- id: prettier
# Temporary excludes so we can gradually normalize the formatting
Expand Down Expand Up @@ -47,7 +47,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
language_version: python3
Expand Down Expand Up @@ -80,7 +80,7 @@ repos:
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.981
rev: v0.982
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand All @@ -101,7 +101,7 @@ repos:
- types-filelock
- types-setuptools
- repo: https://github.com/PyCQA/pylint
rev: v2.15.3
rev: v2.15.4
hooks:
- id: pylint
additional_dependencies:
Expand All @@ -115,7 +115,7 @@ repos:
- pexpect
- testinfra
- repo: https://github.com/jazzband/pip-tools
rev: 6.8.0
rev: 6.9.0
hooks:
- id: pip-compile
entry: pip-compile -q --strip-extras --no-annotate --output-file=requirements.txt tools/opts.txt setup.cfg --extra docs --extra test --extra lint
Expand Down

0 comments on commit 08ee874

Please sign in to comment.