Skip to content

Commit ada380c

Browse files
[pre-commit.ci] pre-commit autoupdate (#108)
updates: - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/pre-commit/pre-commit-hooks.git: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.6.0...v5.0.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.12.1](pre-commit/mirrors-mypy@v1.11.2...v1.12.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9e64f81 commit ada380c

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
@@ -12,12 +12,12 @@ repos:
1212
hooks:
1313
- id: isort
1414
- repo: https://github.com/psf/black
15-
rev: 24.8.0
15+
rev: 24.10.0
1616
hooks:
1717
- id: black
1818
language_version: python3
1919
- repo: https://github.com/pre-commit/pre-commit-hooks.git
20-
rev: v4.6.0
20+
rev: v5.0.0
2121
hooks:
2222
- id: end-of-file-fixer
2323
- id: trailing-whitespace
@@ -38,7 +38,7 @@ repos:
3838
types: [file, yaml]
3939
entry: yamllint --strict
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.11.2
41+
rev: v1.12.1
4242
hooks:
4343
- id: mypy
4444
# empty args needed in order to match mypy cli behavior

0 commit comments

Comments
 (0)