chore(pre-commit.ci): pre-commit autoupdate (#286)

* chore(pre-commit.ci): pre-commit autoupdate

updates:
- [github.com/commitizen-tools/commitizen: v2.32.4 → v3.27.0](https://github.com/commitizen-tools/commitizen/compare/v2.32.4...v3.27.0)
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.6.0)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v2.7.1...v4.0.0-alpha.8)
- [github.com/asottile/pyupgrade: v2.37.3 → v3.16.0](https://github.com/asottile/pyupgrade/compare/v2.37.3...v3.16.0)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.12.0...5.13.2)
- [github.com/psf/black: 22.8.0 → 24.4.2](https://github.com/psf/black/compare/22.8.0...24.4.2)

* chore(pre-commit.ci): auto fixes

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot] 2024-07-01 11:50:04 -07:00 committed by GitHub
parent 3013744626
commit 5d9bb92da6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 9 deletions

View File

@ -3,9 +3,7 @@
"projectOwner": "bluetooth-devices", "projectOwner": "bluetooth-devices",
"repoType": "github", "repoType": "github",
"repoHost": "https://github.com", "repoHost": "https://github.com",
"files": [ "files": ["README.md"],
"README.md"
],
"imageSize": 80, "imageSize": 80,
"commit": true, "commit": true,
"commitConvention": "angular", "commitConvention": "angular",

View File

@ -9,12 +9,12 @@ ci:
repos: repos:
- repo: https://github.com/commitizen-tools/commitizen - repo: https://github.com/commitizen-tools/commitizen
rev: v2.32.4 rev: v3.27.0
hooks: hooks:
- id: commitizen - id: commitizen
stages: [commit-msg] stages: [commit-msg]
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0 rev: v4.6.0
hooks: hooks:
- id: debug-statements - id: debug-statements
- id: check-builtin-literals - id: check-builtin-literals
@ -28,21 +28,21 @@ repos:
- id: trailing-whitespace - id: trailing-whitespace
- id: debug-statements - id: debug-statements
- repo: https://github.com/pre-commit/mirrors-prettier - repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1 rev: v4.0.0-alpha.8
hooks: hooks:
- id: prettier - id: prettier
args: ["--tab-width", "2"] args: ["--tab-width", "2"]
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v2.37.3 rev: v3.16.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py37-plus] args: [--py37-plus]
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: 5.12.0 rev: 5.13.2
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.8.0 rev: 24.4.2
hooks: hooks:
- id: black - id: black
# - repo: https://github.com/codespell-project/codespell # - repo: https://github.com/codespell-project/codespell