Skip to content

Commit

Permalink
Merge pull request #267 from neutrinoceros/src_layout
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed May 31, 2023
2 parents a00fa47 + 6e5c12d commit d817389
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
python -m pip install --requirement requirements/typecheck.txt
- name: Run mypy
run: mypy yt_idefix
run: mypy src/yt_idefix
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ yt_idefix = [
]

[tool.setuptools.packages.find]
where = ["src"]
namespaces = false

[tool.ruff]
Expand Down Expand Up @@ -107,7 +108,7 @@ known-third-party = [
"yaml",
"pytest",
]
known-first-party = ["yt"]
known-first-party = ["yt", "yt_idefix"]

[tool.mypy]
python_version = 3.8
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d817389

Please sign in to comment.