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

Commit 178b1a0

Browse files
Auto-update pre-commit hooks (#355)
1 parent d340231 commit 178b1a0

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
@@ -13,7 +13,7 @@ repos:
1313
- id: check-merge-conflict
1414

1515
- repo: https://github.com/psf/black
16-
rev: 24.8.0
16+
rev: 24.10.0
1717
hooks:
1818
- id: black
1919
language_version: python3
@@ -25,7 +25,7 @@ repos:
2525
args: [--py36-plus]
2626

2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.17.0
28+
rev: v3.18.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py310-plus]

0 commit comments

Comments
 (0)