Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#107)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.8.0 → v3.13.0](asottile/pyupgrade@v3.8.0...v3.13.0)
- [github.com/google/yapf: v0.40.0 → v0.40.2](google/yapf@v0.40.0...v0.40.2)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.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 Oct 2, 2023
1 parent 6ed3474 commit b58fe82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: check-yaml
- id: check-case-conflict
- repo: https://github.com/asottile/pyupgrade
rev: 'v3.8.0'
rev: 'v3.13.0'
hooks:
- id: pyupgrade
args:
Expand All @@ -24,11 +24,11 @@ repos:
hooks:
- id: isort
- repo: https://github.com/google/yapf
rev: 'v0.40.0'
rev: 'v0.40.2'
hooks:
- id: yapf
- repo: https://github.com/PyCQA/flake8
rev: '6.0.0'
rev: '6.1.0'
hooks:
- id: flake8
args:
Expand Down

0 comments on commit b58fe82

Please sign in to comment.