Skip to content

Commit

Permalink
Ignore FA102
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Jul 18, 2023
1 parent d3a5001 commit 2677d18
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ ignore = [

"RUF012",
"PLC0105",
"FA102",

# code complexity
"C",
Expand Down
2 changes: 0 additions & 2 deletions tests/schema/test_union.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import sys
import textwrap
from dataclasses import dataclass
Expand Down
2 changes: 0 additions & 2 deletions tests/schema/test_union_deprecated.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import sys
from dataclasses import dataclass
from textwrap import dedent
Expand Down

0 comments on commit 2677d18

Please sign in to comment.