Skip to content

Commit 16a5c06

Browse files
committed
⬆️ Upgrade pre-commit hooks
1 parent ae15d29 commit 16a5c06

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,33 +11,33 @@
1111
repos:
1212
# Autoformat: markdown, yaml to ensure that it doesn't need to be updated in other repos
1313
- repo: https://github.com/pre-commit/mirrors-prettier
14-
rev: v2.6.1
14+
rev: v3.0.0-alpha.4
1515
hooks:
1616
- id: prettier
1717

1818
# Autoformat: Python code - sort imports
1919
- repo: https://github.com/pycqa/isort
20-
rev: 5.10.1
20+
rev: 5.11.4
2121
hooks:
2222
- id: isort
2323
name: isort
2424
args: ["--profile", "black"]
2525

2626
# Autoformat: Python code
2727
- repo: https://github.com/psf/black
28-
rev: 22.3.0
28+
rev: 22.12.0
2929
hooks:
3030
- id: black
3131

3232
# Lint: Python code
3333
- repo: https://github.com/pycqa/flake8
34-
rev: 3.8.4
34+
rev: 6.0.0
3535
hooks:
3636
- id: flake8
3737

3838
# Misc...
3939
- repo: https://github.com/pre-commit/pre-commit-hooks
40-
rev: v4.0.1
40+
rev: v4.4.0
4141
# ref: https://github.com/pre-commit/pre-commit-hooks#hooks-available
4242
hooks:
4343
# Autoformat: Makes sure files end in a newline and only a newline

0 commit comments

Comments
 (0)