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: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0)
- [github.com/python-poetry/poetry: 1.2.0b2 → 1.2.0rc1](python-poetry/poetry@1.2.0b2...1.2.0rc1)
  • Loading branch information
pre-commit-ci[bot] authored Sep 5, 2022
1 parent 38cbc8b commit 7fee34d
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 @@ -8,15 +8,15 @@ repos:
hooks:
- id: snakefmt
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort.git
rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/python-poetry/poetry
rev: '1.2.0b2'
rev: '1.2.0rc1'
hooks:
- id: poetry-check
- id: poetry-export
Expand Down

0 comments on commit 7fee34d

Please sign in to comment.