Skip to content

Commit

Permalink
ci: pre-commit autoupdate (#479)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](asottile/pyupgrade@v3.3.0...v3.3.1)
- [github.com/pycqa/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4)

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 5, 2023
1 parent d2055f1 commit 897f535
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 @@ -9,7 +9,7 @@ ci:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.0
rev: v3.3.1
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand Down Expand Up @@ -37,6 +37,6 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.11.4
hooks:
- id: isort

0 comments on commit 897f535

Please sign in to comment.