Skip to content

Commit

Permalink
split 'dev' optional deps into dev + lint
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Mar 9, 2024
1 parent 4063781 commit 5000389
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ dependencies = ["monty>=2.0.6", "psutil", "ruamel.yaml>=0.15.6"]
vasp = ["pymatgen"]
nwchem = ["pymatgen"]
qchem = ["pymatgen"]
dev = ["mypy", "pre-commit", "pymatgen", "pytest", "pytest-cov", "ruff"]
dev = ["pymatgen", "pytest", "pytest-cov"]
lint = ["mypy", "pre-commit", "ruff"]
error-statistics = ["sentry-sdk>=0.8.0"]

[project.scripts]
Expand Down

0 comments on commit 5000389

Please sign in to comment.