Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/psf/black: 22.6.0 → 23.3.0](psf/black@22.6.0...23.3.0)
- [github.com/pycqa/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
- [github.com/asottile/blacken-docs: v1.12.1 → 1.15.0](adamchainz/blacken-docs@v1.12.1...1.15.0)
- [github.com/asottile/pyupgrade: v2.37.3 → v3.9.0](asottile/pyupgrade@v2.37.3...v3.9.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 10, 2023
1 parent ed91576 commit 29888a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@ default_stages: [commit, push]
fail_fast: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.15.0
hooks:
- id: blacken-docs
additional_dependencies: [black==21.5b2]
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v3.9.0
hooks:
- id: pyupgrade
args: [--py37-plus]

0 comments on commit 29888a1

Please sign in to comment.