Skip to content

Commit 131fd45

Browse files
Merge pull request #295 from observingClouds/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents fea2fcc + 51c66e8 commit 131fd45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.6.0
7+
rev: v5.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
1111
- id: check-yaml
1212
- id: debug-statements
1313
- id: mixed-line-ending
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.5.0
15+
rev: v0.6.9
1616
hooks:
1717
# run the linter
1818
- id: ruff
1919
args: [--fix, --ignore-noqa]
2020

2121
- repo: https://github.com/psf/black
22-
rev: 24.4.2
22+
rev: 24.8.0
2323
hooks:
2424
- id: black
2525
- id: black-jupyter

0 commit comments

Comments
 (0)