Skip to content

Commit 74fb36a

Browse files
committed
update pre-commit tool versions
1 parent e32ab8f commit 74fb36a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
# General file formatters
1010
# =======================
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.4.0
12+
rev: v5.0.0
1313
hooks:
1414
- id: trailing-whitespace
1515
args: [--markdown-linebreak-ext=md]
@@ -25,7 +25,7 @@ repos:
2525
- id: black
2626

2727
- repo: https://github.com/timothycrosley/isort
28-
rev: 5.13.2
28+
rev: 6.0.1
2929
hooks:
3030
- id: isort
3131
args: ["--honor-noqa"]

0 commit comments

Comments
 (0)