Skip to content

Commit b148724

Browse files
[pre-commit.ci] pre-commit autoupdate (#199)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [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.4](PyCQA/isort@5.10.1...5.11.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 20e1cd4 commit b148724

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.3.0
6+
rev: v4.4.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- id: check-docstring-first
1111

1212
- repo: https://github.com/psf/black
13-
rev: 22.8.0
13+
rev: 22.12.0
1414
hooks:
1515
- id: black
1616

1717
- repo: https://github.com/PyCQA/flake8
18-
rev: 5.0.4
18+
rev: 6.0.0
1919
hooks:
2020
- id: flake8
2121

2222
- repo: https://github.com/PyCQA/isort
23-
rev: 5.10.1
23+
rev: 5.11.4
2424
hooks:
2525
- id: isort
2626

0 commit comments

Comments
 (0)