Skip to content

Commit 557718d

Browse files
[pre-commit.ci] pre-commit autoupdate (#37)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 34101bf commit 557718d

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,16 +7,16 @@ repos:
77
- id: check-yaml
88
- id: check-added-large-files
99
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
10-
rev: '3.1.3'
10+
rev: '3.2.0'
1111
hooks:
1212
- id: editorconfig-checker
1313
alias: ec
1414
- repo: https://github.com/pycqa/isort
15-
rev: 5.13.2
15+
rev: 6.0.0
1616
hooks:
1717
- id: isort
1818
name: isort (python)
1919
- repo: https://github.com/psf/black
20-
rev: 24.10.0
20+
rev: 25.1.0
2121
hooks:
2222
- id: black

0 commit comments

Comments
 (0)