File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/autoplex/auto/phonons Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ default_language_version:
9
9
python : python3
10
10
repos :
11
11
- repo : https://github.com/astral-sh/ruff-pre-commit
12
- rev : v0.8.6
12
+ rev : v0.9.4
13
13
hooks :
14
14
- id : ruff
15
15
args : [--fix, --extend-ignore, FA102]
22
22
- id : end-of-file-fixer
23
23
- id : trailing-whitespace
24
24
- repo : https://github.com/psf/black
25
- rev : 24.10 .0
25
+ rev : 25.1 .0
26
26
hooks :
27
27
- id : black
28
28
- repo : https://github.com/asottile/blacken-docs
48
48
- types-pkg_resources==0.1.2
49
49
- types-paramiko
50
50
- repo : https://github.com/codespell-project/codespell
51
- rev : v2.3.0
51
+ rev : v2.4.1
52
52
hooks :
53
53
- id : codespell
54
54
stages : [pre-commit, pre-commit, commit-msg]
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ def complete_benchmark( # this function was put here to prevent circular import
362
362
and benchmark_mp_ids is not None
363
363
):
364
364
add_data_bm = PhononBenchmarkMaker (name = "Benchmark" ).make (
365
- # this is important for re-using the same internally calculated DFT reference
365
+ # this is important for reusing the same internally calculated DFT reference
366
366
# for looping through several settings
367
367
ml_model = ml_model ,
368
368
structure = benchmark_structure ,
You can’t perform that action at this time.
0 commit comments