Skip to content

Commit 65fa896

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/python-jsonschema/check-jsonschema: 0.31.1 → 0.31.2](python-jsonschema/check-jsonschema@0.31.1...0.31.2) - [github.com/teemtee/tmt.git: 1.41.0 → 1.43.0](https://github.com/teemtee/tmt.git/compare/1.41.0...1.43.0)
1 parent 2013b01 commit 65fa896

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
@@ -27,14 +27,14 @@ repos:
2727
- id: end-of-file-fixer
2828
- id: trailing-whitespace
2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 7.1.1
30+
rev: 7.1.2
3131
hooks:
3232
- id: flake8
3333
exclude: examples
3434
args:
3535
- --max-line-length=100
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.14.1
37+
rev: v1.15.0
3838
hooks:
3939
- id: mypy
4040
exclude: examples
@@ -48,7 +48,7 @@ repos:
4848
- https://github.com/packit/requre.git
4949
stages: [manual, pre-push]
5050
- repo: https://github.com/python-jsonschema/check-jsonschema
51-
rev: 0.31.1
51+
rev: 0.31.2
5252
hooks:
5353
- id: check-github-workflows
5454
args: ["--verbose"]
@@ -63,7 +63,7 @@ repos:
6363
- --comment-style
6464
- "#"
6565
- repo: https://github.com/teemtee/tmt.git
66-
rev: 1.41.0
66+
rev: 1.43.0
6767
hooks:
6868
- id: tmt-lint
6969
# Do not run in pre-commit.ci as it requires an internet access

0 commit comments

Comments
 (0)