Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 18, 2024
1 parent f637960 commit f3ff11d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.6.5"
rev: 'v0.6.5'
hooks:
- id: ruff
args: ["--fix"]
args: ['--fix']
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-prettier
Expand Down

0 comments on commit f3ff11d

Please sign in to comment.