Skip to content

Commit 2c05a77

Browse files
github-actions[bot]jrebackMarcoGorelli
authored
⬆️ UPGRADE: Autoupdate pre-commit config (#38940)
* ⬆️ UPGRADE: Autoupdate pre-commit config * remove overwriting types (fixed upstream) Co-authored-by: jreback <[email protected]> Co-authored-by: Marco Gorelli <[email protected]>
1 parent bbffcb9 commit 2c05a77

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.pre-commit-config.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ repos:
2020
types: [text]
2121
args: [--append-config=flake8/cython-template.cfg]
2222
- repo: https://github.com/PyCQA/isort
23-
rev: 5.6.4
23+
rev: 5.7.0
2424
hooks:
2525
- id: isort
26-
types: [text] # overwrite upstream `types: [python]`
27-
types_or: [python, cython]
2826
- repo: https://github.com/asottile/pyupgrade
2927
rev: v2.7.4
3028
hooks:

0 commit comments

Comments
 (0)