Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#330)
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate

updates:

github.com/psf/black: 23.11.0 → 23.12.1
github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8
github.com/PyCQA/flake8: 6.1.0 → 7.0.0
github.com/PyCQA/isort: 5.12.0 → 5.13.2
github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0
github.com/teemtee/tmt.git: 1.29.0 → 1.30.0

Reviewed-by: Laura Barcziová
  • Loading branch information
2 parents b9ba2f8 + edbe3aa commit b24f49c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ repos:
hooks:
- id: pyupgrade
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -31,27 +31,27 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
args:
- --max-line-length=100
# https://github.com/PyCQA/pycodestyle/issues/373
- --extend-ignore=E203
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: [--profile, black]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.8.0
hooks:
- id: mypy
args: [--show-error-codes, --ignore-missing-imports]
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 b24f49c

Please sign in to comment.