Skip to content

Commit b2f5a80

Browse files
authored
Merge pull request #49 from cutde-org/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents a58e734 + 2afa404 commit b2f5a80

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: mixed-line-ending
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- id: check-toml
99
- id: check-yaml
10-
- repo: https://github.com/psf/black
11-
rev: 25.1.0
10+
- repo: https://github.com/psf/black-pre-commit-mirror
11+
rev: 26.1.0
1212
hooks:
1313
- id: black
1414
language_version: python3
@@ -17,6 +17,6 @@ repos:
1717
hooks:
1818
- id: flake8
1919
- repo: https://github.com/pycqa/isort
20-
rev: 6.0.1
20+
rev: 8.0.1
2121
hooks:
2222
- id: isort

0 commit comments

Comments
 (0)