Skip to content

Commit c7d3f26

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/PyCQA/autoflake: v2.2.0 → v2.3.1](PyCQA/autoflake@v2.2.0...v2.3.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 → 24.4.2](psf/black@23.3.0...24.4.2)
1 parent 8bdc9d2 commit c7d3f26

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_language_version:
44
repos:
55

66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.4.0
7+
rev: v4.6.0
88
hooks:
99
- id: check-added-large-files
1010
args: ['--maxkb=512']
@@ -15,13 +15,13 @@ 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
2222

2323
- repo: https://github.com/pycqa/isort
24-
rev: 5.12.0
24+
rev: 5.13.2
2525
hooks:
2626
- id: isort
2727
args: [
@@ -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.3.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: 24.4.2
5959
hooks:
6060
- id: black
6161
args: [

0 commit comments

Comments
 (0)