Skip to content

Commit 530f5ab

Browse files
🔖 bump version 0.2.0
1 parent f52da9d commit 530f5ab

File tree

3 files changed

+459
-474
lines changed

3 files changed

+459
-474
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,13 @@ ci:
66
autoupdate_schedule: monthly
77
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
88
repos:
9-
- repo: https://github.com/psf/black
10-
rev: 23.3.0
11-
hooks:
12-
- id: black
13-
args: [--preview]
14-
stages: [commit]
15-
169
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.0.277
10+
rev: v0.1.2
1811
hooks:
1912
- id: ruff
2013
args: [--fix, --exit-non-zero-on-fix]
2114
stages: [commit]
15+
- id: ruff-format
2216

2317
- repo: https://github.com/pre-commit/pre-commit-hooks
2418
rev: v4.4.0

0 commit comments

Comments
 (0)