Skip to content

Commit f997264

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@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 f997264

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
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: isort
1010
- repo: https://github.com/psf/black
11-
rev: '25.1.0'
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)