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.10.0 → 22.12.0](psf/black@22.10.0...22.12.0)
- [github.com/jazzband/pip-tools: 6.10.0 → 6.11.0](jazzband/pip-tools@6.10.0...6.11.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 12, 2022
1 parent ca3d1f5 commit 769c602
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 @@ -10,7 +10,7 @@ repos:
- id: isort
name: isort
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
Expand All @@ -22,7 +22,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/jazzband/pip-tools
rev: 6.10.0
rev: 6.11.0
hooks:
- id: pip-compile
files: ^(pyproject\.toml|requirements\.txt)$
Expand Down

0 comments on commit 769c602

Please sign in to comment.