Skip to content

Commit 860c10e

Browse files
pre-commit-ci[bot]ocefpaf
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](asottile/pyupgrade@v3.17.0...v3.18.0)
1 parent 86bd991 commit 860c10e

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.8.0
29+
rev: 24.10.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.17.0
47+
rev: v3.18.0
4848
hooks:
4949
- id: pyupgrade
5050
args:

0 commit comments

Comments
 (0)