Skip to content

Commit f3d866f

Browse files
[pre-commit.ci] pre-commit autoupdate (#157)
updates: - [github.com/psf/black: 24.1.1 → 24.2.0](psf/black@24.1.1...24.2.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3b9966b commit f3d866f

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
@@ -26,7 +26,7 @@ repos:
2626
args: ["--profile", "black", "--filter-files"]
2727

2828
- repo: https://github.com/psf/black
29-
rev: 24.1.1
29+
rev: 24.2.0
3030
hooks:
3131
- id: black
3232
language_version: python3
@@ -44,7 +44,7 @@ repos:
4444
- --ignore-words-list=thex
4545

4646
- repo: https://github.com/asottile/pyupgrade
47-
rev: v3.15.0
47+
rev: v3.15.1
4848
hooks:
4949
- id: pyupgrade
5050
args:

0 commit comments

Comments
 (0)