Skip to content

Commit

Permalink
Merge pull request #336 from autoatml/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
pre-commit autoupdate
  • Loading branch information
naik-aakash authored Feb 4, 2025
2 parents cd52908 + a3ee4cd commit 9a8e9a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion src/autoplex/auto/phonons/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9a8e9a7

Please sign in to comment.