Skip to content

Commit

Permalink
chore: add TES data models (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeAeich authored Jul 10, 2024
1 parent 9a61083 commit e790298
Show file tree
Hide file tree
Showing 3 changed files with 573 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
with:
os: ${{ job.os }}
python-version: '3.11'
poetry-install-options: "--only=types --no-root"
poetry-export-options: "--only=types"
poetry-install-options: "--with=types --no-root"
poetry-export-options: "--with=types"

- name: Check types
run: poetry run mypy tesk/
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ requires = ["poetry-core"]
skips = [
"B321", # FTP-related functions are being called.
"B402", # A FTP-related module is being imported.
"B108" # Insecure usage of temp file/directory, false positive.
]

[tool.poetry]
Expand Down
Loading

0 comments on commit e790298

Please sign in to comment.