Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [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.990](pre-commit/mirrors-mypy@v0.981...v0.990)
- [github.com/asottile/pyupgrade: v2.38.2 → v3.2.2](asottile/pyupgrade@v2.38.2...v3.2.2)
  • Loading branch information
pre-commit-ci[bot] authored Nov 14, 2022
1 parent 840f974 commit c4b7302
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ repos:
]

- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
language_version: python3.8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.981" # Use the sha / tag you want to point at
rev: "v0.990" # Use the sha / tag you want to point at
hooks:
- id: mypy
args: [ "--allow-untyped-globals", "--ignore-missing-imports" ]
Expand All @@ -42,7 +42,7 @@ repos:
]

- repo: https://github.com/asottile/pyupgrade
rev: v2.38.2
rev: v3.2.2
hooks:
- id: pyupgrade
args:
Expand Down

0 comments on commit c4b7302

Please sign in to comment.