Skip to content

Commit

Permalink
Merge d66cac5 into f3dcb26
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 14, 2022
2 parents f3dcb26 + d66cac5 commit 1663409
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,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" ]

- 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.981
rev: v0.990
hooks:
- id: mypy
additional_dependencies: [ "asphalt", "pytest" ]
Expand Down

0 comments on commit 1663409

Please sign in to comment.