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/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)
  • Loading branch information
pre-commit-ci[bot] authored Nov 8, 2021
1 parent 032b092 commit ebc02ff
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 @@ -16,13 +16,13 @@ repos:
- id: check-ast

- repo: https://github.com/psf/black
rev: 21.9b0
rev: 21.10b0
hooks:
- id: black
args: ['--line-length', '110']

- repo: https://github.com/pycqa/isort
rev: 5.9.3
rev: 5.10.0
hooks:
- id: isort
args:
Expand Down

0 comments on commit ebc02ff

Please sign in to comment.