Skip to content

Commit e1780a6

Browse files
committed
update pre-commit
1 parent bf86341 commit e1780a6

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
@@ -11,26 +11,26 @@
1111
repos:
1212
# Autoformat: Python code
1313
- repo: https://github.com/ambv/black
14-
rev: stable
14+
rev: 22.3.0
1515
hooks:
1616
- id: black
1717

1818
# Autoformat: markdown, yaml
1919
- repo: https://github.com/pre-commit/mirrors-prettier
20-
rev: v2.3.0
20+
rev: v2.6.2
2121
hooks:
2222
- id: prettier
2323
exclude: tests/.*
2424

2525
# Autoformat: https://github.com/asottile/reorder_python_imports
2626
- repo: https://github.com/asottile/reorder_python_imports
27-
rev: v2.5.0
27+
rev: v3.0.1
2828
hooks:
2929
- id: reorder-python-imports
3030

3131
# Misc...
3232
- repo: https://github.com/pre-commit/pre-commit-hooks
33-
rev: v3.4.0
33+
rev: v4.2.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.
@@ -49,6 +49,6 @@ repos:
4949

5050
# Lint: Python code
5151
- repo: https://github.com/pycqa/flake8
52-
rev: "3.9.2"
52+
rev: "4.0.1"
5353
hooks:
5454
- id: flake8

0 commit comments

Comments
 (0)