Skip to content

Commit a030b2f

Browse files
[pre-commit.ci] pre-commit autoupdate (#34)
updates: - [github.com/psf/black: 22.8.0 → 22.12.0](psf/black@22.8.0...22.12.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/pycqa/isort: 5.10.1 → 5.11.1](PyCQA/isort@5.10.1...5.11.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 38d0a36 commit a030b2f

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
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.8.0
3+
rev: 22.12.0
44
hooks:
55
- id: black
66
- repo: https://github.com/PyCQA/flake8
7-
rev: 5.0.4
7+
rev: 6.0.0
88
hooks:
99
- id: flake8
1010

1111
- repo: https://github.com/pycqa/isort
12-
rev: 5.10.1
12+
rev: 5.11.1
1313
hooks:
1414
- id: isort

0 commit comments

Comments
 (0)