Skip to content

Commit a3d26fb

Browse files
committed
Bump pre-commit hook versions
1 parent df06a52 commit a3d26fb

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.4.0
44
hooks:
55
- id: check-merge-conflict
66
- id: check-toml
@@ -11,18 +11,18 @@ repos:
1111
args: [--markdown-linebreak-ext=md]
1212

1313
- repo: https://github.com/pre-commit/pygrep-hooks
14-
rev: v1.9.0
14+
rev: v1.10.0
1515
hooks:
1616
- id: python-check-blanket-noqa
1717

1818
- repo: https://github.com/pycqa/isort
19-
rev: 5.10.1
19+
rev: 5.12.0
2020
hooks:
2121
- id: isort
2222
name: isort (python)
2323

2424
- repo: https://github.com/python-poetry/poetry
25-
rev: '1.2.2'
25+
rev: 1.4.1
2626
hooks:
2727
- id: poetry-check
2828
- id: poetry-export

0 commit comments

Comments
 (0)