Skip to content

Commit bfc2db4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.18.2](pre-commit/mirrors-mypy@v1.16.1...v1.18.2)
1 parent 261cbc4 commit bfc2db4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ repos:
44
hooks:
55
- id: autopep8
66
- repo: https://github.com/PyCQA/isort
7-
rev: '6.0.1'
7+
rev: '6.1.0'
88
hooks:
99
- id: isort
10-
- repo: https://github.com/psf/black
11-
rev: '25.1.0'
10+
- repo: https://github.com/psf/black-pre-commit-mirror
11+
rev: '25.9.0'
1212
hooks:
1313
- id: black
1414
language_version: python3 # Should be a command that runs python3.6+
@@ -22,7 +22,7 @@ repos:
2222
hooks:
2323
- id: setup-cfg-fmt
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v5.0.0
25+
rev: v6.0.0
2626
hooks:
2727
- id: trailing-whitespace
2828
- id: end-of-file-fixer
@@ -35,6 +35,6 @@ repos:
3535
hooks:
3636
- id: flake8
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.16.1
38+
rev: v1.18.2
3939
hooks:
4040
- id: mypy

0 commit comments

Comments
 (0)