Skip to content

Commit 9299eed

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.1.0...v4.5.0) - [github.com/asottile/pyupgrade: v2.31.1 → v3.15.0](asottile/pyupgrade@v2.31.1...v3.15.0) - [github.com/psf/black: 22.3.0 → 23.10.1](psf/black@22.3.0...23.10.1) - [github.com/keewis/blackdoc: v0.3.4 → v0.3.9](keewis/blackdoc@v0.3.4...v0.3.9) - [github.com/PyCQA/flake8: 4.0.1 → 6.1.0](PyCQA/flake8@4.0.1...6.1.0) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/pre-commit/mirrors-prettier: v2.6.2 → v3.0.3](pre-commit/mirrors-prettier@v2.6.2...v3.0.3)
1 parent 6ba9bda commit 9299eed

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.1.0
6+
rev: v4.5.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -15,34 +15,34 @@ repos:
1515
- id: mixed-line-ending
1616

1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v2.31.1
18+
rev: v3.15.0
1919
hooks:
2020
- id: pyupgrade
2121
args:
2222
- "--py38-plus"
2323

2424
- repo: https://github.com/psf/black
25-
rev: 22.3.0
25+
rev: 23.10.1
2626
hooks:
2727
- id: black
2828
- id: black-jupyter
2929

3030
- repo: https://github.com/keewis/blackdoc
31-
rev: v0.3.4
31+
rev: v0.3.9
3232
hooks:
3333
- id: blackdoc
3434

3535
- repo: https://github.com/PyCQA/flake8
36-
rev: 4.0.1
36+
rev: 6.1.0
3737
hooks:
3838
- id: flake8
3939

4040
- repo: https://github.com/PyCQA/isort
41-
rev: 5.10.1
41+
rev: 5.12.0
4242
hooks:
4343
- id: isort
4444

4545
- repo: https://github.com/pre-commit/mirrors-prettier
46-
rev: v2.6.2
46+
rev: v3.0.3
4747
hooks:
4848
- id: prettier

0 commit comments

Comments
 (0)