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: 20.8b1 → 22.12.0](psf/black@20.8b1...22.12.0)
- https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: v5.7.0 → 5.11.4](PyCQA/isort@v5.7.0...5.11.4)
  • Loading branch information
pre-commit-ci[bot] committed Dec 26, 2022
1 parent 314ad40 commit c149870
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 @@ -2,11 +2,11 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/psf/black
rev: 20.8b1
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.7.0
- repo: https://github.com/PyCQA/isort
rev: 5.11.4
hooks:
- id: isort
additional_dependencies: [toml]

0 comments on commit c149870

Please sign in to comment.