Skip to content

Commit 5654048

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.13.0](asottile/pyupgrade@v3.3.1...v3.13.0) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [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 → v3.0.3](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.3)
1 parent 6c899ad commit 5654048

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
@@ -16,14 +16,14 @@ repos:
1616
- id: mixed-line-ending
1717

1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.3.1
19+
rev: v3.13.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.9.1
2727
hooks:
2828
- id: black
2929
- id: black-jupyter
@@ -34,7 +34,7 @@ repos:
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: v3.0.3
4848
hooks:
4949
- id: prettier

0 commit comments

Comments
 (0)