Skip to content

Commit 319f36e

Browse files
committed
Lint all pymatgen.
1 parent 294134b commit 319f36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uv run ruff format --check .
3232
3333
- name: mypy
34-
run: uv run mypy -p pymatgen.core -p pymatgen.symmetry -p pymatgen.util
34+
run: uv run mypy -p pymatgen
3535

3636
- name: pyright
3737
run: uv run pyright src

0 commit comments

Comments
 (0)