diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4495a54e6..aeff61d39 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ default_language_version: python: python3 repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.6 + rev: v0.9.4 hooks: - id: ruff args: [--fix, --extend-ignore, FA102] @@ -22,7 +22,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/asottile/blacken-docs @@ -48,7 +48,7 @@ repos: - types-pkg_resources==0.1.2 - types-paramiko - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell stages: [pre-commit, pre-commit, commit-msg] diff --git a/src/autoplex/auto/phonons/jobs.py b/src/autoplex/auto/phonons/jobs.py index ee6feb5e0..786525108 100644 --- a/src/autoplex/auto/phonons/jobs.py +++ b/src/autoplex/auto/phonons/jobs.py @@ -362,7 +362,7 @@ def complete_benchmark( # this function was put here to prevent circular import and benchmark_mp_ids is not None ): add_data_bm = PhononBenchmarkMaker(name="Benchmark").make( - # this is important for re-using the same internally calculated DFT reference + # this is important for reusing the same internally calculated DFT reference # for looping through several settings ml_model=ml_model, structure=benchmark_structure,