Skip to content

Commit 1362793

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#54)
2 parents 6216ae0 + 78d0cea commit 1362793

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: "check-useless-excludes"
1212

1313
- repo: "https://github.com/pre-commit/pre-commit-hooks"
14-
rev: "v5.0.0"
14+
rev: "v6.0.0"
1515
hooks:
1616
- id: "check-added-large-files"
1717
- id: "check-merge-conflict"
@@ -32,12 +32,12 @@ repos:
3232
- "--py39-plus"
3333

3434
- repo: "https://github.com/psf/black-pre-commit-mirror"
35-
rev: "25.1.0"
35+
rev: "25.9.0"
3636
hooks:
3737
- id: "black"
3838

3939
- repo: "https://github.com/pycqa/isort"
40-
rev: "6.0.1"
40+
rev: "6.1.0"
4141
hooks:
4242
- id: "isort"
4343

@@ -50,6 +50,6 @@ repos:
5050
- "flake8-bugbear==24.12.12"
5151

5252
- repo: "https://github.com/editorconfig-checker/editorconfig-checker"
53-
rev: "v3.3.0"
53+
rev: "v3.4.0"
5454
hooks:
5555
- id: "editorconfig-checker"

0 commit comments

Comments
 (0)