Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
pre-commit-ci[bot] authored Mar 3, 2025
1 parent 2013b01 commit 65fa896
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/PyCQA/flake8
rev: 7.1.1
rev: 7.1.2
hooks:
- id: flake8
exclude: examples
args:
- --max-line-length=100
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.1
rev: v1.15.0
hooks:
- id: mypy
exclude: examples
Expand All @@ -48,7 +48,7 @@ repos:
- https://github.com/packit/requre.git
stages: [manual, pre-push]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.31.1
rev: 0.31.2
hooks:
- id: check-github-workflows
args: ["--verbose"]
Expand All @@ -63,7 +63,7 @@ repos:
- --comment-style
- "#"
- repo: https://github.com/teemtee/tmt.git
rev: 1.41.0
rev: 1.43.0
hooks:
- id: tmt-lint
# Do not run in pre-commit.ci as it requires an internet access
Expand Down

0 comments on commit 65fa896

Please sign in to comment.