Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#733)
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit: v2.19.0 → v2.20.0](pre-commit/pre-commit@v2.19.0...v2.20.0)
- [github.com/asottile/pyupgrade: v2.34.0 → v2.37.1](asottile/pyupgrade@v2.34.0...v2.37.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jul 17, 2022
1 parent 76c9a21 commit dca2af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: trailing-whitespace
- id: debug-statements
- repo: https://github.com/pre-commit/pre-commit
rev: v2.19.0
rev: v2.20.0
hooks:
- id: validate_manifest
- repo: https://github.com/psf/black
Expand Down Expand Up @@ -56,7 +56,7 @@ repos:
exclude: ^docs/
additional_dependencies: [types-setuptools, types-toml]
- repo: https://github.com/asottile/pyupgrade
rev: v2.34.0
rev: v2.37.1
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down

0 comments on commit dca2af7

Please sign in to comment.