Skip to content

Commit 0c77e25

Browse files
added exclusions to linting
1 parent dc80fba commit 0c77e25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,10 @@ extra-standard-library = ["typing_extensions"]
329329
known-first-party = ["agentex", "tests"]
330330

331331
[tool.ruff.lint.per-file-ignores]
332+
# Exclude autogenerated files from future annotations requirement
333+
"src/agentex/resources/**.py" = ["FA102"]
334+
"src/agentex/types/**.py" = ["FA102"]
335+
"src/agentex/_*.py" = ["FA102"]
332336
"bin/**.py" = ["T201", "T203"]
333337
"scripts/**.py" = ["T201", "T203"]
334338
"tests/**.py" = ["T201", "T203", "ARG001", "ARG002", "ARG005"]

0 commit comments

Comments
 (0)