Skip to content

Commit 340989f

Browse files
authored
Merge pull request #46 from pyOpenSci/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 2a80cc8 + 4af4337 commit 340989f

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
@@ -20,7 +20,7 @@ ci:
2020
repos:
2121
# Out of the box hooks for pre-commit https://github.com/pre-commit/pre-commit-hooks
2222
- repo: https://github.com/pre-commit/pre-commit-hooks
23-
rev: v4.6.0
23+
rev: v5.0.0
2424
hooks:
2525
# Makes sure files end in a newline and only a newline.
2626
- id: end-of-file-fixer
@@ -39,7 +39,7 @@ repos:
3939

4040
# Lint code using ruff
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.6.8
42+
rev: v0.6.9
4343
hooks:
4444
- id: ruff
4545
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)