Skip to content

Commit

Permalink
test: disable collecting Beam code
Browse files Browse the repository at this point in the history
  • Loading branch information
tskir committed Nov 26, 2023
1 parent 8796a15 commit 7f74118
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ pythonpath = [
".",
"./src/airflow/dags"
]
norecursedirs = [
"./src/beam"
]

# Semi-strict mode for mypy
[tool.mypy]
Expand Down

0 comments on commit 7f74118

Please sign in to comment.