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/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.4](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.4)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.1](PyCQA/isort@5.12.0...5.13.1)
- [github.com/teemtee/tmt.git: 1.29.0 → 1.30.0](https://github.com/teemtee/tmt.git/compare/1.29.0...1.30.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 11, 2023
1 parent a38cede commit ee0e5f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.4
hooks:
- id: prettier
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -39,7 +39,7 @@ repos:
# https://github.com/PyCQA/pycodestyle/issues/373
- --extend-ignore=E203
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.1
hooks:
- id: isort
args: [--profile, black]
Expand All @@ -51,7 +51,7 @@ repos:
additional_dependencies:
[types-pkg_resources, types-requests, types-python-dateutil]
- repo: https://github.com/teemtee/tmt.git
rev: 1.29.0
rev: 1.30.0
hooks:
- id: tmt-lint
# linting of the reverse-dependency tests requires internet access
Expand Down

0 comments on commit ee0e5f2

Please sign in to comment.