Skip to content

Commit

Permalink
Merge 2ba041f into 39ff21a
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 14, 2022
2 parents 39ff21a + 2ba041f commit 2d33c03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -16,13 +16,13 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v2.38.2
rev: v3.2.2
hooks:
- id: pyupgrade
args: [ "--py37-plus", "--keep-runtime-typing" ]

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

Expand All @@ -37,7 +37,7 @@ repos:
- id: pyproject-flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
rev: v0.990
hooks:
- id: mypy
additional_dependencies: ["pytest"]
Expand Down

0 comments on commit 2d33c03

Please sign in to comment.