Skip to content

Commit 380c658

Browse files
committed
[16.0][FIX] .pre-commit-config.yaml: pip-shims
This commits solves the problem when you PR are running the pre-commit andf shows an error with shims<=0.3.4 library
1 parent ae69f9f commit 380c658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ repos:
101101
- id: pyupgrade
102102
args: ["--keep-percent-format"]
103103
- repo: https://github.com/PyCQA/isort
104-
rev: 5.10.1
104+
rev: 5.12.0
105105
hooks:
106106
- id: isort
107107
name: isort except __init__.py

0 commit comments

Comments
 (0)