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/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1)
- [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.1](pre-commit/mirrors-mypy@v1.5.1...v1.6.1)
- [github.com/teemtee/tmt.git: 1.27.0 → 1.28.2](https://github.com/teemtee/tmt.git/compare/1.27.0...1.28.2)
- [github.com/astral-sh/ruff-pre-commit: v0.0.291 → v0.1.1](astral-sh/ruff-pre-commit@v0.0.291...v0.1.1)
  • Loading branch information
pre-commit-ci[bot] authored and lachmanfrantisek committed Oct 27, 2023
1 parent a2005ed commit ae96143
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

repos:
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.1
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
hooks:
- id: prettier
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -26,14 +26,14 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.6.1
hooks:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports]
additional_dependencies:
[types-pkg_resources, types-requests, types-Deprecated]
- repo: https://github.com/teemtee/tmt.git
rev: 1.27.0
rev: 1.28.2
hooks:
- id: tmt-lint
# Do not run in pre-commit.ci as it requires an internet access
Expand All @@ -56,7 +56,7 @@ repos:
stages: [manual, push]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.0.291
rev: v0.1.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

0 comments on commit ae96143

Please sign in to comment.