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.10b0 → 21.11b1](psf/black@21.10b0...21.11b1)
- [github.com/pycqa/isort: 5.10.0 → 5.10.1](PyCQA/isort@5.10.0...5.10.1)
  • Loading branch information
pre-commit-ci[bot] authored and Guts committed Dec 1, 2021
1 parent d32a01e commit fba9aa3
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 @@ -17,7 +17,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/psf/black
rev: 21.10b0
rev: 21.11b1
hooks:
- id: black
exclude_types: [directory]
Expand All @@ -27,7 +27,7 @@ repos:
types: [file, python]

- repo: https://github.com/pycqa/isort
rev: 5.10.0
rev: 5.10.1
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
Expand Down

0 comments on commit fba9aa3

Please sign in to comment.