Skip to content

Commit 9a8e9a7

Browse files
authored
Merge pull request #336 from autoatml/pre-commit-ci-update-config
pre-commit autoupdate
2 parents cd52908 + a3ee4cd commit 9a8e9a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ default_language_version:
99
python: python3
1010
repos:
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.8.6
12+
rev: v0.9.4
1313
hooks:
1414
- id: ruff
1515
args: [--fix, --extend-ignore, FA102]
@@ -22,7 +22,7 @@ repos:
2222
- id: end-of-file-fixer
2323
- id: trailing-whitespace
2424
- repo: https://github.com/psf/black
25-
rev: 24.10.0
25+
rev: 25.1.0
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/asottile/blacken-docs
@@ -48,7 +48,7 @@ repos:
4848
- types-pkg_resources==0.1.2
4949
- types-paramiko
5050
- repo: https://github.com/codespell-project/codespell
51-
rev: v2.3.0
51+
rev: v2.4.1
5252
hooks:
5353
- id: codespell
5454
stages: [pre-commit, pre-commit, commit-msg]

src/autoplex/auto/phonons/jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def complete_benchmark( # this function was put here to prevent circular import
362362
and benchmark_mp_ids is not None
363363
):
364364
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
366366
# for looping through several settings
367367
ml_model=ml_model,
368368
structure=benchmark_structure,

0 commit comments

Comments
 (0)