Skip to content

Commit

Permalink
Merge pull request #244 from pyiron/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
jan-janssen authored Aug 20, 2024
2 parents a2f97af + 544b684 commit 4999e0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.7
rev: v0.6.1
hooks:
- id: ruff
name: ruff lint
Expand Down
6 changes: 3 additions & 3 deletions notebooks/lammps_local.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"metadata": {},
"outputs": [],
"source": [
"lmp = LammpsLibrary(cores=2, mode='local')"
"lmp = LammpsLibrary(cores=2, mode=\"local\")"
]
},
{
Expand Down Expand Up @@ -379,7 +379,7 @@
"metadata": {},
"outputs": [],
"source": [
"ff = ff*0.5\n",
"ff = ff * 0.5\n",
"lmp.scatter_atoms(\"f\", ff, ids=ids[:10])"
]
},
Expand Down Expand Up @@ -543,7 +543,7 @@
"outputs": [],
"source": [
"lmp.delete_atoms(\"group\", \"all\")\n",
"lmp.reset_box([0.0,0.0,0.0], [8.0,8.0,8.0], 0.0,0.0,0.0)"
"lmp.reset_box([0.0, 0.0, 0.0], [8.0, 8.0, 8.0], 0.0, 0.0, 0.0)"
]
}
],
Expand Down

0 comments on commit 4999e0c

Please sign in to comment.