Skip to content

Commit 08aa3e9

Browse files
author
chrisjonesBSU
committed
Merge branch 'main' of github.com:mosdef-hub/mbuild into path-class
2 parents 416ce0c + 582f019 commit 08aa3e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ ci:
1010
repos:
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
1212
# Ruff version.
13-
rev: v0.12.7
13+
rev: v0.12.8
1414
hooks:
1515
# Run the linter.
1616
- id: ruff
1717
args: [--line-length=80, --fix]
1818
# Run the formatter.
1919
- id: ruff-format
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v5.0.0
21+
rev: v6.0.0
2222
hooks:
2323
- id: check-yaml
2424
- id: end-of-file-fixer

0 commit comments

Comments
 (0)