Skip to content

Commit 0e863c6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.8.0 → 22.12.0](psf/black@22.8.0...22.12.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.0 → v3.0.0-alpha.4](pre-commit/mirrors-prettier@v3.0.0-alpha.0...v3.0.0-alpha.4) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
1 parent 0b15e4f commit 0e863c6

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
@@ -11,26 +11,26 @@
1111
repos:
1212
# Autoformat: Python code
1313
- repo: https://github.com/psf/black
14-
rev: "22.8.0"
14+
rev: "22.12.0"
1515
hooks:
1616
- id: black
1717
args: [--target-version=py36]
1818

1919
# Autoformat: markdown, yaml
2020
- repo: https://github.com/pre-commit/mirrors-prettier
21-
rev: v3.0.0-alpha.0
21+
rev: v3.0.0-alpha.4
2222
hooks:
2323
- id: prettier
2424

2525
# Lint: Python code
2626
- repo: https://github.com/PyCQA/flake8
27-
rev: "5.0.4"
27+
rev: "6.0.0"
2828
hooks:
2929
- id: flake8
3030

3131
# Misc...
3232
- repo: https://github.com/pre-commit/pre-commit-hooks
33-
rev: v4.3.0
33+
rev: v4.4.0
3434
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
3535
hooks:
3636
# Autoformat: Makes sure files end in a newline and only a newline.

0 commit comments

Comments
 (0)