Skip to content

Commit 8832fd8

Browse files
[pre-commit.ci] pre-commit autoupdate (#188)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: No767 <[email protected]>
1 parent 41e020d commit 8832fd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
stages: [commit]
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.5.7
33+
rev: v0.6.1
3434
hooks:
3535
- id: ruff
3636
name: Ruff

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ reportUnnecessaryTypeIgnoreComment = "warning"
6464
skips = ["B311", "B101"]
6565

6666
[tool.ruff.lint]
67-
ignore = ["E501", "N999", "E402", "S311"]
67+
ignore = ["E501", "N999", "E402", "S311", "ASYNC109"]
6868
select = ["E", "F", "N", "ASYNC", "S", "ERA"]
6969

7070
[build-system]

0 commit comments

Comments
 (0)