Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Jul 4, 2022
1 parent 9099e2c commit 876edf3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ exclude: >
repos:

- repo: https:/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.3.0
hooks:
- id: check-json
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https:/asottile/pyupgrade
rev: v2.32.1
rev: v2.34.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -31,7 +31,7 @@ repos:
- id: isort

- repo: https:/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black

Expand All @@ -42,7 +42,7 @@ repos:
additional_dependencies: [flake8-bugbear]

- repo: https:/pre-commit/mirrors-mypy
rev: v0.960
rev: v0.961
hooks:
- id: mypy
args: [--config-file=pyproject.toml]
Expand Down

0 comments on commit 876edf3

Please sign in to comment.