Skip to content

Commit 56ffe9d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2)
1 parent 04d853c commit 56ffe9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: blacken-docs
1212
additional_dependencies: [black==23.1.0]
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.6.0
14+
rev: v5.0.0
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: end-of-file-fixer
@@ -31,7 +31,7 @@ repos:
3131
language: python
3232
additional_dependencies: [pygments, restructuredtext_lint]
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.11.1
34+
rev: v1.11.2
3535
hooks:
3636
- id: mypy
3737
files: ^(src/)

0 commit comments

Comments
 (0)