Skip to content

Commit 830b373

Browse files
[pre-commit.ci] pre-commit autoupdate
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/asottile/pyupgrade: v3.1.0 → v3.2.2](asottile/pyupgrade@v3.1.0...v3.2.2) - [github.com/keewis/blackdoc: v0.3.7 → v0.3.8](keewis/blackdoc@v0.3.7...v0.3.8) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.2 → v3.0.0-alpha.4](pre-commit/mirrors-prettier@v3.0.0-alpha.2...v3.0.0-alpha.4)
1 parent c7cc334 commit 830b373

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -12,7 +12,7 @@ repos:
1212
- id: mixed-line-ending
1313

1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.1.0
15+
rev: v3.2.2
1616
hooks:
1717
- id: pyupgrade
1818
args:
@@ -24,12 +24,12 @@ repos:
2424
- id: black-jupyter
2525

2626
- repo: https://github.com/keewis/blackdoc
27-
rev: v0.3.7
27+
rev: v0.3.8
2828
hooks:
2929
- id: blackdoc
3030

3131
- repo: https://github.com/PyCQA/flake8
32-
rev: 5.0.4
32+
rev: 6.0.0
3333
hooks:
3434
- id: flake8
3535

@@ -39,6 +39,6 @@ repos:
3939
- id: isort
4040

4141
- repo: https://github.com/pre-commit/mirrors-prettier
42-
rev: v3.0.0-alpha.2
42+
rev: v3.0.0-alpha.4
4343
hooks:
4444
- id: prettier

0 commit comments

Comments
 (0)