Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#196)
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 <73260931+No767@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] and No767 authored Aug 22, 2024
1 parent 8f831fa commit be9b942
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
additional_dependencies: ["bandit[toml]"]

- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
name: Black
Expand All @@ -30,7 +30,7 @@ repos:
stages: [commit]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.5
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 @@ -30,7 +30,7 @@ reportUnnecessaryTypeIgnoreComment = "warning"
skips = ["B311", "B101"]

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

[tool.pytest.ini_options]
Expand Down

0 comments on commit be9b942

Please sign in to comment.