[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.243 → v0.0.246](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.243...v0.0.246)
- [github.com/pre-commit/mirrors-eslint: v8.33.0 → v8.34.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.33.0...v8.34.0)
This commit is contained in:
pre-commit-ci[bot] 2023-02-14 04:14:55 +00:00 committed by GitHub
parent 3fc6ba7c1f
commit 77d458f857
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ repos:
hooks: hooks:
- id: djhtml - id: djhtml
- repo: https://github.com/charliermarsh/ruff-pre-commit - repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.243' rev: 'v0.0.246'
hooks: hooks:
- id: ruff - id: ruff
args: [--fix] args: [--fix]
@ -55,7 +55,7 @@ repos:
- id: prettier - id: prettier
types_or: [javascript, css] types_or: [javascript, css]
- repo: https://github.com/pre-commit/mirrors-eslint - repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.33.0 rev: v8.34.0
hooks: hooks:
- id: eslint - id: eslint
args: [--fix] args: [--fix]