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

Commit bcc84d1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - [github.com/PyCQA/autoflake: v1.4 → v2.3.1](PyCQA/autoflake@v1.4...v2.3.1) - [github.com/psf/black: 22.1.0 → 24.8.0](psf/black@22.1.0...24.8.0)
1 parent 465afe8 commit bcc84d1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
repos:
22
- repo: https://github.com/PyCQA/isort
3-
rev: 5.10.1
3+
rev: 5.13.2
44
hooks:
55
- id: isort
6-
stages: [commit]
6+
stages: [Nonepre-commitNone]
77
args: ["--profile", "black"]
88

99
- repo: https://github.com/PyCQA/autoflake
10-
rev: v1.4
10+
rev: v2.3.1
1111
hooks:
1212
- id: autoflake
13-
stages: [commit]
13+
stages: [Nonepre-commitNone]
1414
args:
1515
[
1616
"-ri",
@@ -21,7 +21,7 @@ repos:
2121
]
2222

2323
- repo: https://github.com/psf/black
24-
rev: 22.1.0
24+
rev: 24.8.0
2525
hooks:
2626
- id: black
27-
stages: [commit]
27+
stages: [Nonepre-commitNone]

0 commit comments

Comments
 (0)