Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
fangchenli committed Oct 18, 2023
1 parent 30cc2cb commit 8699258
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/typing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ on:
jobs:
typing-check:
runs-on: ubuntu-latest
continue-on-error: true
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
Expand All @@ -45,5 +44,6 @@ jobs:
pip install -e .[dev]
- name: Run MyPy
continue-on-error: true
run: |
mypy --install-types
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,12 @@ Source = "https://github.com/nebari-dev/nebari"
nebari = "nebari.__main__:main"

[tool.mypy]
python_version = "3.8"
warn_return_any = true
warn_unused_configs = true
files = [
"src/_nebari",
"src/nebari",
]
exclude = [
"src/_nebari/stages/kubernetes_services/template" # skip traitlets configuration files
]
Expand Down

0 comments on commit 8699258

Please sign in to comment.