Skip to content

Commit 8178110

Browse files
authored
Merge pull request #132 from mathbunnyru/pre-commit-config-update
Update pre-commit config
2 parents 0707771 + 31dc1d0 commit 8178110

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
repos:
1212
# Autoformat: Python code
1313
- repo: https://github.com/psf/black
14-
rev: 23.1.0
14+
rev: 23.10.1
1515
hooks:
1616
- id: black
1717
args:
@@ -21,13 +21,13 @@ repos:
2121

2222
# Autoformat: markdown, yaml
2323
- repo: https://github.com/pre-commit/mirrors-prettier
24-
rev: v3.0.0-alpha.4
24+
rev: v3.0.3
2525
hooks:
2626
- id: prettier
2727

2828
# `pre-commit sample-config` default hooks
2929
- repo: https://github.com/pre-commit/pre-commit-hooks
30-
rev: v4.4.0
30+
rev: v4.5.0
3131
hooks:
3232
- id: check-added-large-files
3333
- id: end-of-file-fixer
@@ -42,7 +42,7 @@ repos:
4242

4343
# Lint: Python
4444
- repo: https://github.com/PyCQA/flake8
45-
rev: 6.0.0
45+
rev: 6.1.0
4646
hooks:
4747
- id: flake8
4848

0 commit comments

Comments
 (0)