Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Oct 8, 2024
1 parent 1fd3787 commit bda9b00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ repos:
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
stages: [Nonepre-commitNone]
stages: [pre-commit]
- id: ruff-format
stages: [Nonepre-commitNone]
stages: [pre-commit]

- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
stages: [Nonepre-commitNone]
stages: [pre-commit]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: prettier
stages: [Nonepre-commitNone]
stages: [pre-commit]

- repo: https://github.com/nonebot/nonemoji
rev: v0.1.4
Expand Down

0 comments on commit bda9b00

Please sign in to comment.