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 (#9)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-mypy: v0.971 → v0.981](pre-commit/mirrors-mypy@v0.971...v0.981)
- [github.com/asottile/pyupgrade: v2.37.3 → v2.38.2](asottile/pyupgrade@v2.37.3...v2.38.2)
- [github.com/compilerla/conventional-pre-commit: v2.0.0 → v2.1.1](compilerla/conventional-pre-commit@v2.0.0...v2.1.1)

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 3, 2022
1 parent edd7dca commit 840f974
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 @@ -16,7 +16,7 @@ repos:
language_version: python3.8

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

- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v2.38.2
hooks:
- id: pyupgrade
args:
- "--py37-plus"
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.0.0
rev: v2.1.1
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Expand Down

0 comments on commit 840f974

Please sign in to comment.