Skip to content

Commit

Permalink
TYP: Use noodles, rdkit and plams stub files
Browse files Browse the repository at this point in the history
  • Loading branch information
BvB93 committed Sep 18, 2023
1 parent a2ccef3 commit 90f1dc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,11 @@ jobs:
python-version: '3.x'

- name: Install linters
run: pip install .[lint]
run: |
pip install .[lint]
pip install git+https://github.com/BvB93/types-plams.git
pip install git+https://github.com/BvB93/types-rdkit.git
pip install git+https://github.com/BvB93/types-noodles.git
- name: Python info
run: |
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@ show_error_codes = true

[[tool.mypy.overrides]]
module = [
"scm.plams.*",
"scm.*",
"noodles.*",
"rdkit.*",
"pandas.*",
]
ignore_missing_imports = true
Expand Down

0 comments on commit 90f1dc4

Please sign in to comment.