Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.0.276](astral-sh/ruff-pre-commit@v0.0.270...v0.0.276)
- [github.com/pre-commit/mirrors-eslint: v8.42.0 → v8.44.0](pre-commit/mirrors-eslint@v8.42.0...v8.44.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 4, 2023
1 parent 1122dc1 commit 274bde1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ repos:
hooks:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.270
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.276
hooks:
- id: ruff
args: ['--fix']

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.42.0
rev: v8.44.0
hooks:
- id: eslint
files: \.tsx?$
Expand Down

0 comments on commit 274bde1

Please sign in to comment.