⬆️ auto update by pre-commit hooks

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.276 → v0.0.281](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.276...v0.0.281)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.0](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.9-for-vscode...v3.0.0)
- [github.com/pre-commit/mirrors-eslint: v8.33.0 → v8.46.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.33.0...v8.46.0)
This commit is contained in:
pre-commit-ci[bot] 2023-08-01 00:47:51 +00:00 committed by felinae98
parent 9904b10c8e
commit a5f465d792

View File

@ -7,7 +7,7 @@ ci:
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.276
rev: v0.0.281
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
@ -26,7 +26,7 @@ repos:
stages: [commit]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
rev: v3.0.0
hooks:
- id: prettier
types_or: [javascript, jsx, ts, tsx, markdown, yaml, json]
@ -34,7 +34,7 @@ repos:
stages: [commit]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.33.0
rev: v8.46.0
hooks:
- id: eslint
additional_dependencies: