Skip to content

Commit 612700c

Browse files
committed
pre-commit autoupdate
1 parent 1e0e566 commit 612700c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ repos:
66
- id: black
77
language_version: python3.8
88

9-
- repo: https://github.com/pre-commit/mirrors-isort
10-
rev: v5.6.4
9+
- repo: https://github.com/PyCQA/isort
10+
rev: 5.6.4
1111
hooks:
1212
- id: isort
1313
additional_dependencies: [toml]
@@ -19,7 +19,7 @@ repos:
1919
language_version: python3.8
2020

2121
- repo: https://github.com/econchick/interrogate
22-
rev: 1.3.1
22+
rev: 1.3.2
2323
hooks:
2424
- id: interrogate
2525
args: [tests]

0 commit comments

Comments
 (0)