We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960f506 commit 43ff933Copy full SHA for 43ff933
pyproject.toml
@@ -70,7 +70,7 @@ isort.split-on-trailing-comma = false
70
71
[tool.ruff.per-file-ignores]
72
"__init__.py" = ["F401"]
73
-"*/tests/*" = ["D"]
+"tests/*" = ["D"]
74
"tasks.py" = ["D"]
75
"pymatgen/analysis/*" = ["D"]
76
"pymatgen/vis/*" = ["D"]
tests/test_package.py
@@ -0,0 +1,5 @@
1
+from __future__ import annotations
2
+
3
4
+def test_dummy():
5
+ assert True
0 commit comments