Skip to content

Commit 6fb5f8b

Browse files
committed
Fix pre-commit hooks
new comp forgot to install
1 parent 8f9bd78 commit 6fb5f8b

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,4 @@ isort.split-on-trailing-comma = false
193193
"**/schemas/*" = ["FA", "TCH", "UP007"]
194194
"**/schemas.py" = ["FA", "TCH", "UP007"]
195195
"**/settings.py" = ["FA", "TCH", "UP007"]
196-
"docs/*" = ["INP001"]
196+
"docs/*" = ["INP001"]

tests/aims/test_makers/test_static.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ def test_static_maker(si, tmp_path, mock_aims, species_dir):
2727
"species_dir": (species_dir / "light").as_posix(),
2828
}
2929
# generate job
30-
maker = StaticMaker(
31-
input_set_generator=StaticSetGenerator(user_params=parameters)
32-
)
30+
maker = StaticMaker(input_set_generator=StaticSetGenerator(user_params=parameters))
3331
maker.name = "base"
3432
job = maker.make(si)
3533

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"xc": "pbe", "relativistic": "atomic_zora scalar", "relax_geometry": "trm 1.000000e-03", "relax_unit_cell": "full", "k_grid": [2, 2, 2], "species_dir": "/home/purcellt/git/atomate2/tests/aims/species_dir/light"}
1+
{"xc": "pbe", "relativistic": "atomic_zora scalar", "relax_geometry": "trm 1.000000e-03", "relax_unit_cell": "full", "k_grid": [2, 2, 2], "species_dir": "/home/purcellt/git/atomate2/tests/aims/species_dir/light"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"xc": "pbe", "relativistic": "atomic_zora scalar", "relax_geometry": "trm 1.000000e-03", "relax_unit_cell": "full", "k_grid": [2, 2, 2], "species_dir": "/home/purcellt/git/atomate2/tests/aims/species_dir/light"}
1+
{"xc": "pbe", "relativistic": "atomic_zora scalar", "relax_geometry": "trm 1.000000e-03", "relax_unit_cell": "full", "k_grid": [2, 2, 2], "species_dir": "/home/purcellt/git/atomate2/tests/aims/species_dir/light"}

0 commit comments

Comments
 (0)