Skip to content

Commit

Permalink
fix: ruff 0.8 update flake8-type-checking rule
Browse files Browse the repository at this point in the history
  • Loading branch information
staciax committed Nov 22, 2024
1 parent 9cf2760 commit fb86bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lattebot/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from collections.abc import AsyncGenerator # noqa: TCH003
from collections.abc import AsyncGenerator # noqa: TC003
from typing import Any

import pytest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ select = [
"RSE", # flake8-raise
"RET", # flake8-return
"SIM", # flake8-simplify
"TCH", # flake8-type-checking
"TC", # flake8-type-checking
"ARG", # flake8-unused-arguments
"PTH", # flake8-use-pathlib

Expand Down

0 comments on commit fb86bf4

Please sign in to comment.