Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#188)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: No767 <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and No767 authored Aug 22, 2024
1 parent 41e020d commit 8832fd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
stages: [commit]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.7
rev: v0.6.1
hooks:
- id: ruff
name: Ruff
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ reportUnnecessaryTypeIgnoreComment = "warning"
skips = ["B311", "B101"]

[tool.ruff.lint]
ignore = ["E501", "N999", "E402", "S311"]
ignore = ["E501", "N999", "E402", "S311", "ASYNC109"]
select = ["E", "F", "N", "ASYNC", "S", "ERA"]

[build-system]
Expand Down

0 comments on commit 8832fd8

Please sign in to comment.