Skip to content

Commit c31a7a4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/psf/black: 22.10.0 → 23.1.0](psf/black@22.10.0...23.1.0) - [github.com/jazzband/pip-tools: 6.10.0 → 6.12.2](jazzband/pip-tools@6.10.0...6.12.2)
1 parent ca3d1f5 commit c31a7a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ ci:
55
skip: [pip-compile]
66
repos:
77
- repo: https://github.com/pycqa/isort
8-
rev: 5.10.1
8+
rev: 5.12.0
99
hooks:
1010
- id: isort
1111
name: isort
1212
- repo: https://github.com/psf/black
13-
rev: 22.10.0
13+
rev: 23.1.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.12.2
2626
hooks:
2727
- id: pip-compile
2828
files: ^(pyproject\.toml|requirements\.txt)$

0 commit comments

Comments
 (0)