Skip to content

Commit 397c8df

Browse files
1 parent b9193ba commit 397c8df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
4-
- repo: https://github.com/myint/autoflake
4+
- repo: https://github.com/PyCQA/autoflake
55
rev: v1.7.6
66
hooks:
77
- id: autoflake
@@ -15,8 +15,8 @@ repos:
1515
rev: 22.10.0
1616
hooks:
1717
- id: black
18-
- repo: https://github.com/pre-commit/mirrors-isort
19-
rev: v5.10.1
18+
- repo: https://github.com/PyCQA/isort
19+
rev: 5.10.1
2020
hooks:
2121
- id: isort
2222
additional_dependencies: [toml]

0 commit comments

Comments
 (0)