Skip to content

Commit

Permalink
chore: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8)
- [github.com/pre-commit/pre-commit-hooks.git: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.4.0...v4.6.0)
- [github.com/psf/black: 23.7.0 → 24.8.0](psf/black@23.7.0...24.8.0)
- [github.com/pycqa/flake8.git: 6.1.0 → 7.1.1](https://github.com/pycqa/flake8.git/compare/6.1.0...7.1.1)
- [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.11.2](pre-commit/mirrors-mypy@v1.5.1...v1.11.2)
- [github.com/pycqa/pylint: v3.0.0a7 → v3.2.7](pylint-dev/pylint@v3.0.0a7...v3.2.7)
- [github.com/jazzband/pip-tools: 7.3.0 → 7.4.1](jazzband/pip-tools@7.3.0...7.4.1)
  • Loading branch information
pre-commit-ci[bot] authored Sep 2, 2024
1 parent ea764e5 commit 2614c78
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ ci:
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before yamllint
rev: v3.0.3
rev: v4.0.0-alpha.8
hooks:
- id: prettier
additional_dependencies:
- prettier
- prettier-plugin-toml
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.4.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -29,11 +29,11 @@ repos:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8.git
rev: 6.1.0
rev: 7.1.1
hooks:
- id: flake8
language_version: python3
Expand All @@ -42,19 +42,19 @@ repos:
- flake8-docstrings>=1.6.0
- flake8-pytest-style>=1.6.0
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.11.2
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
# args: [--strict]
- repo: https://github.com/pycqa/pylint
rev: v3.0.0a7
rev: v3.2.7
hooks:
- id: pylint
additional_dependencies:
- pytest
- repo: https://github.com/jazzband/pip-tools
rev: 7.3.0
rev: 7.4.1
hooks:
- id: pip-compile
entry: pip-compile --resolver=backtracking -q --no-annotate --output-file=requirements.txt pyproject.toml --extra test --strip-extras
Expand Down

0 comments on commit 2614c78

Please sign in to comment.