Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit dbb55f5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/add-trailing-comma: v2.4.0 → v2.5.1](asottile/add-trailing-comma@v2.4.0...v2.5.1) - [github.com/asottile/pyupgrade: v3.4.0 → v3.6.0](asottile/pyupgrade@v3.4.0...v3.6.0)
1 parent 277202b commit dbb55f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ repos:
1919
- id: reorder-python-imports
2020
args: [--py37-plus, --add-import, 'from __future__ import annotations']
2121
- repo: https://github.com/asottile/add-trailing-comma
22-
rev: v2.4.0
22+
rev: v2.5.1
2323
hooks:
2424
- id: add-trailing-comma
2525
args: [--py36-plus]
2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.4.0
27+
rev: v3.6.0
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py37-plus]

0 commit comments

Comments
 (0)