Skip to content

Commit e191db2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/PyCQA/autoflake: v2.2.0 → v2.2.1](PyCQA/autoflake@v2.2.0...v2.2.1) - [github.com/asottile/add-trailing-comma: v2.5.1 → v3.1.0](asottile/add-trailing-comma@v2.5.1...v3.1.0) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
1 parent 8bdc9d2 commit e191db2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: requirements-txt-fixer
1616

1717
- repo: https://github.com/codespell-project/codespell
18-
rev: v2.2.5
18+
rev: v2.2.6
1919
hooks:
2020
- id: codespell
2121
exclude: main.spec
@@ -32,7 +32,7 @@ repos:
3232
name: isort (python)
3333

3434
- repo: https://github.com/PyCQA/autoflake
35-
rev: v2.2.0
35+
rev: v2.2.1
3636
hooks:
3737
- id: autoflake
3838
name: autoflake
@@ -48,14 +48,14 @@ repos:
4848
]
4949

5050
- repo: https://github.com/asottile/add-trailing-comma
51-
rev: v2.5.1
51+
rev: v3.1.0
5252
hooks:
5353
- id: add-trailing-comma
5454
args:
5555
- --py36-plus
5656

5757
- repo: https://github.com/psf/black
58-
rev: 23.3.0
58+
rev: 23.9.1
5959
hooks:
6060
- id: black
6161
args: [

0 commit comments

Comments
 (0)