Skip to content

Commit d578fd2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.14.0 → v3.15.0](asottile/pyupgrade@v3.14.0...v3.15.0) - [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/pre-commit/mirrors-mypy: v1.5.1 → v1.6.0](pre-commit/mirrors-mypy@v1.5.1...v1.6.0) - [github.com/teemtee/tmt.git: 1.27.0 → 1.28.2](https://github.com/teemtee/tmt.git/compare/1.27.0...1.28.2)
1 parent 4a8d268 commit d578fd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
repos:
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v3.14.0
7+
rev: v3.15.0
88
hooks:
99
- id: pyupgrade
1010
- repo: https://github.com/psf/black
@@ -16,7 +16,7 @@ repos:
1616
hooks:
1717
- id: prettier
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v4.4.0
19+
rev: v4.5.0
2020
hooks:
2121
- id: check-added-large-files
2222
- id: check-ast
@@ -44,14 +44,14 @@ repos:
4444
- id: isort
4545
args: [--profile, black]
4646
- repo: https://github.com/pre-commit/mirrors-mypy
47-
rev: v1.5.1
47+
rev: v1.6.0
4848
hooks:
4949
- id: mypy
5050
args: [--show-error-codes, --ignore-missing-imports]
5151
additional_dependencies:
5252
[types-pkg_resources, types-requests, types-python-dateutil]
5353
- repo: https://github.com/teemtee/tmt.git
54-
rev: 1.27.0
54+
rev: 1.28.2
5555
hooks:
5656
- id: tmt-lint
5757
# linting of the reverse-dependency tests requires internet access

0 commit comments

Comments
 (0)