Skip to content

Commit

Permalink
Merge 03722a8 into d47211c
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 3, 2022
2 parents d47211c + 03722a8 commit fc29af4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Expand Up @@ -5,7 +5,7 @@
# * Run "pre-commit install".
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.3.0
hooks:
- id: check-toml
- id: check-yaml
Expand All @@ -16,13 +16,13 @@ repos:
- id: trailing-whitespace

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

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

Expand All @@ -32,12 +32,12 @@ repos:
- id: isort

- repo: https://github.com/csachs/pyproject-flake8
rev: v0.0.1a4
rev: v5.0.4a1.post1
hooks:
- id: pyproject-flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.950
rev: v0.981
hooks:
- id: mypy

Expand Down

0 comments on commit fc29af4

Please sign in to comment.