Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 21.9b0 → 21.10b0](psf/black@21.9b0...21.10b0)
- [github.com/PyCQA/isort: 5.9.3 → 5.10.0](PyCQA/isort@5.9.3...5.10.0)
- [github.com/asottile/setup-cfg-fmt: v1.18.0 → v1.19.0](asottile/setup-cfg-fmt@v1.18.0...v1.19.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 8, 2021
1 parent 7a09d5d commit c8b18e2
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
@@ -1,18 +1,18 @@
repos:
- repo: https://github.com/psf/black
rev: '21.9b0'
rev: '21.10b0'
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: '5.9.3' # Use the revision sha / tag you want to point at
rev: '5.10.0' # Use the revision sha / tag you want to point at
hooks:
- id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.0.1'
hooks:
- id: check-added-large-files
- repo: https://github.com/asottile/setup-cfg-fmt
rev: 'v1.18.0'
rev: 'v1.19.0'
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit c8b18e2

Please sign in to comment.