Skip to content

Commit 769c602

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent ca3d1f5 commit 769c602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: isort
1111
name: isort
1212
- repo: https://github.com/psf/black
13-
rev: 22.10.0
13+
rev: 22.12.0
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/pre-commit/mirrors-mypy
@@ -22,7 +22,7 @@ repos:
2222
hooks:
2323
- id: flake8
2424
- repo: https://github.com/jazzband/pip-tools
25-
rev: 6.10.0
25+
rev: 6.11.0
2626
hooks:
2727
- id: pip-compile
2828
files: ^(pyproject\.toml|requirements\.txt)$

0 commit comments

Comments
 (0)