Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 14a9db8

Browse files
committed
pre-commit: upgrade all
Signed-off-by: Sumner Evans <sumner@beeper.com>
1 parent 75c3bcb commit 14a9db8

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.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: trailing-whitespace
66
exclude_types: [markdown]
@@ -10,21 +10,21 @@ repos:
1010

1111
# black
1212
- repo: https://github.com/psf/black
13-
rev: 23.3.0
13+
rev: 24.2.0
1414
hooks:
1515
- id: black
1616
files: ^(cicd|linkedin_matrix)/.*\.pyi?$
1717

1818
# isort
1919
- repo: https://github.com/PyCQA/isort
20-
rev: 5.12.0
20+
rev: 5.13.2
2121
hooks:
2222
- id: isort
2323
files: ^(cicd|linkedin_matrix|linkedin_messaging)/.*\.pyi?$
2424

2525
# flake8
2626
- repo: https://github.com/pycqa/flake8
27-
rev: 6.0.0
27+
rev: 7.0.0
2828
hooks:
2929
- id: flake8
3030
files: ^.*\.py$

0 commit comments

Comments
 (0)