Skip to content

Commit 7ec7126

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.9.1 → 23.11.0](psf/black@23.9.1...23.11.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.7.1](pre-commit/mirrors-mypy@v1.5.1...v1.7.1)
1 parent 9698737 commit 7ec7126

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
exclude: svg
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.4.0
7+
rev: v4.5.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
1111
- id: check-yaml
1212
- id: check-added-large-files
1313

1414
- repo: https://github.com/psf/black
15-
rev: 23.9.1
15+
rev: 23.11.0
1616
hooks:
1717
- id: black
1818
args: [--safe, --line-length=100]
@@ -26,7 +26,7 @@ repos:
2626
- id: docformatter
2727

2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.5.1
29+
rev: v1.7.1
3030
hooks:
3131
- id: mypy
3232
additional_dependencies: [types-PyYAML, types-tqdm]

0 commit comments

Comments
 (0)