Skip to content

Commit 3e6fd7e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/editorconfig-checker/editorconfig-checker.python: 3.4.0 → 3.4.1](editorconfig-checker/editorconfig-checker.python@3.4.0...3.4.1) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.1](asottile/pyupgrade@v3.21.0...v3.21.1)
1 parent ac8b0c0 commit 3e6fd7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: check-yaml
88
- id: check-added-large-files
99
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
10-
rev: '3.4.0'
10+
rev: '3.4.1'
1111
hooks:
1212
- id: editorconfig-checker
1313
alias: ec
@@ -21,11 +21,11 @@ repos:
2121
- id: isort
2222
name: isort (python)
2323
- repo: https://github.com/psf/black-pre-commit-mirror
24-
rev: 25.9.0
24+
rev: 25.11.0
2525
hooks:
2626
- id: black
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.21.0
28+
rev: v3.21.1
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py39-plus]

0 commit comments

Comments
 (0)