Skip to content

Commit 8d6d62d

Browse files
pre-commit-ci[bot]daico007chrisjonesBSU
authoredOct 31, 2024··
[pre-commit.ci] pre-commit autoupdate (#1201)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Co Quach <43968221+daico007@users.noreply.github.com> Co-authored-by: Chris Jones <50423140+chrisjonesBSU@users.noreply.github.com>
1 parent ba89d6c commit 8d6d62d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ ci:
1010
submodules: false
1111
repos:
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.6.0
13+
rev: v5.0.0
1414
hooks:
1515
- id: check-yaml
1616
- id: end-of-file-fixer
1717
- id: trailing-whitespace
1818
exclude: setup.cfg
1919
- repo: https://github.com/psf/black
20-
rev: 24.8.0
20+
rev: 24.10.0
2121
hooks:
2222
- id: black
2323
args: [--line-length=80]

0 commit comments

Comments
 (0)
Please sign in to comment.