Skip to content

Commit 4999e0c

Browse files
authored
Merge pull request #244 from pyiron/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents a2f97af + 544b684 commit 4999e0c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.5.7
3+
rev: v0.6.1
44
hooks:
55
- id: ruff
66
name: ruff lint

notebooks/lammps_local.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"metadata": {},
3939
"outputs": [],
4040
"source": [
41-
"lmp = LammpsLibrary(cores=2, mode='local')"
41+
"lmp = LammpsLibrary(cores=2, mode=\"local\")"
4242
]
4343
},
4444
{
@@ -379,7 +379,7 @@
379379
"metadata": {},
380380
"outputs": [],
381381
"source": [
382-
"ff = ff*0.5\n",
382+
"ff = ff * 0.5\n",
383383
"lmp.scatter_atoms(\"f\", ff, ids=ids[:10])"
384384
]
385385
},
@@ -543,7 +543,7 @@
543543
"outputs": [],
544544
"source": [
545545
"lmp.delete_atoms(\"group\", \"all\")\n",
546-
"lmp.reset_box([0.0,0.0,0.0], [8.0,8.0,8.0], 0.0,0.0,0.0)"
546+
"lmp.reset_box([0.0, 0.0, 0.0], [8.0, 8.0, 8.0], 0.0, 0.0, 0.0)"
547547
]
548548
}
549549
],

0 commit comments

Comments
 (0)