Skip to content

Commit

Permalink
🔖 fix version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Jan 30, 2024
1 parent 33bdf8f commit ded9f2d
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 56 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ ci:
autoupdate_schedule: monthly
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.276
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
stages: [commit]

- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
Expand All @@ -24,3 +17,10 @@ repos:
hooks:
- id: black
stages: [commit]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.15
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
stages: [commit]
100 changes: 52 additions & 48 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build-backend = "pdm.backend"
dev = [
"isort>=5.12.0",
"black>=23.9.1",
"ruff>=0.0.292",
"ruff>=0.1.15",
"pre-commit>=3.4.0",
"nonebot2[httpx,websockets]>=2.1.1",
]
Expand Down

0 comments on commit ded9f2d

Please sign in to comment.