Skip to content

Commit a986384

Browse files
pre-commit-ci[bot]sigmavirus24
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.14.0 → v3.15.0](asottile/reorder-python-imports@v3.14.0...v3.15.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0)
1 parent c85e740 commit a986384

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
@@ -8,12 +8,12 @@ repos:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/asottile/reorder-python-imports
11-
rev: v3.14.0
11+
rev: v3.15.0
1212
hooks:
1313
- id: reorder-python-imports
1414
args: [--py39-plus]
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v3.19.1
16+
rev: v3.20.0
1717
hooks:
1818
- id: pyupgrade
1919
args: [--py39-plus]

0 commit comments

Comments
 (0)