Skip to content

Commit

Permalink
🔖 Pre Release 0.1.0b19
Browse files Browse the repository at this point in the history
  • Loading branch information
j1g5awi committed Oct 27, 2024
1 parent c3dbcab commit 07188a0
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 218 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ repos:
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
stages: [commit]
stages: [pre-commit]

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

- repo: https://github.com/psf/black
rev: 24.8.0
hooks:
- id: black
stages: [commit]
stages: [pre-commit]

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

0 comments on commit 07188a0

Please sign in to comment.