Skip to content

Commit e790298

Browse files
authored
chore: add TES data models (#196)
1 parent 9a61083 commit e790298

3 files changed

Lines changed: 573 additions & 2 deletions

File tree

.github/workflows/code_quality.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
with:
5959
os: ${{ job.os }}
6060
python-version: '3.11'
61-
poetry-install-options: "--only=types --no-root"
62-
poetry-export-options: "--only=types"
61+
poetry-install-options: "--with=types --no-root"
62+
poetry-export-options: "--with=types"
6363

6464
- name: Check types
6565
run: poetry run mypy tesk/

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ requires = ["poetry-core"]
66
skips = [
77
"B321", # FTP-related functions are being called.
88
"B402", # A FTP-related module is being imported.
9+
"B108" # Insecure usage of temp file/directory, false positive.
910
]
1011

1112
[tool.poetry]

0 commit comments

Comments
 (0)