Skip to content

Commit 548c1ff

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.15.0](asottile/pyupgrade@v3.3.1...v3.15.0) - [github.com/psf/black: 23.3.0 → 23.11.0](psf/black@23.3.0...23.11.0) - [github.com/keewis/blackdoc: v0.3.8 → v0.3.9](keewis/blackdoc@v0.3.8...v0.3.9) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v4.0.0-alpha.3](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v4.0.0-alpha.3)
1 parent 6c899ad commit 548c1ff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.4.0
7+
rev: v4.5.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -16,25 +16,25 @@ repos:
1616
- id: mixed-line-ending
1717

1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.3.1
19+
rev: v3.15.0
2020
hooks:
2121
- id: pyupgrade
2222
args:
2323
- '--py38-plus'
2424

2525
- repo: https://github.com/psf/black
26-
rev: 23.3.0
26+
rev: 23.11.0
2727
hooks:
2828
- id: black
2929
- id: black-jupyter
3030

3131
- repo: https://github.com/keewis/blackdoc
32-
rev: v0.3.8
32+
rev: v0.3.9
3333
hooks:
3434
- id: blackdoc
3535

3636
- repo: https://github.com/PyCQA/flake8
37-
rev: 6.0.0
37+
rev: 6.1.0
3838
hooks:
3939
- id: flake8
4040

@@ -44,6 +44,6 @@ repos:
4444
- id: isort
4545

4646
- repo: https://github.com/pre-commit/mirrors-prettier
47-
rev: v3.0.0-alpha.6
47+
rev: v4.0.0-alpha.3
4848
hooks:
4949
- id: prettier

0 commit comments

Comments
 (0)