Skip to content

Commit

Permalink
🔖 bump version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CMHopeSunshine committed Oct 31, 2023
1 parent f52da9d commit 530f5ab
Show file tree
Hide file tree
Showing 3 changed files with 459 additions and 474 deletions.
10 changes: 2 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,13 @@ ci:
autoupdate_schedule: monthly
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
repos:
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
args: [--preview]
stages: [commit]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.277
rev: v0.1.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
stages: [commit]
- id: ruff-format

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
Expand Down
Loading

0 comments on commit 530f5ab

Please sign in to comment.