Skip to content

Commit a3ee747

Browse files
committed
⬆️ UPGRADE: Autoupdate pre-commit config
1 parent d32022c commit a3ee747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ repos:
1414
exclude: ^requirements-dev\.txt$
1515
- id: trailing-whitespace
1616
- repo: https://github.com/PyCQA/isort
17-
rev: 5.9.1
17+
rev: 5.9.2
1818
hooks:
1919
- id: isort
2020
name: isort
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v2.20.0
22+
rev: v2.21.0
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py37-plus]

0 commit comments

Comments
 (0)