Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#72)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v2.29.1 → v2.31.0](asottile/pyupgrade@v2.29.1...v2.31.0)
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 12, 2022
1 parent 8a8c906 commit e701370
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 @@ -2,7 +2,7 @@ default_language_version:
python: python3.7
repos:
- repo: 'https://github.com/asottile/pyupgrade'
rev: v2.29.1
rev: v2.31.0
hooks:
- id: pyupgrade
args:
Expand All @@ -26,7 +26,7 @@ repos:
hooks:
- id: isort
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
rev: v4.0.1
rev: v4.1.0
hooks:
- id: check-case-conflict
- id: check-merge-conflict
Expand Down

0 comments on commit e701370

Please sign in to comment.