Skip to content

Commit 07f1511

Browse files
authored
Merge pull request #106 from ByteInternet/fix-poetry-config-invalid
2 parents 016e40a + c7c93f1 commit 07f1511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: autoflake
1717
args: ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports"]
1818
- repo: https://github.com/pycqa/isort
19-
rev: '5.11.4'
19+
rev: '5.11.5'
2020
hooks:
2121
- id: isort
2222
name: isort (python)

0 commit comments

Comments
 (0)