Skip to content

Commit d260c0c

Browse files
committed
Update .pre-commit-config.yaml
1 parent 6184dc4 commit d260c0c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
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
@@ -9,19 +9,19 @@ repos:
99
- id: trailing-whitespace
1010
args: [--markdown-linebreak-ext=md]
1111
- repo: https://github.com/pre-commit/pygrep-hooks
12-
rev: v1.9.0
12+
rev: v1.10.0
1313
hooks:
1414
- id: python-check-blanket-noqa
1515
- repo: https://github.com/PyCQA/isort
16-
rev: 5.10.1
16+
rev: 5.12.0
1717
hooks:
1818
- id: isort
1919
- repo: https://github.com/psf/black
20-
rev: 22.10.0
20+
rev: 23.1.0
2121
hooks:
2222
- id: black
2323
- repo: https://github.com/PyCQA/flake8
24-
rev: &flake8_version 5.0.4
24+
rev: &flake8_version 6.0.0
2525
hooks:
2626
- &flake8_hook
2727
id: flake8

0 commit comments

Comments
 (0)