Skip to content

Commit 6e257c4

Browse files
authored
Merge pull request #92 from WhereGroup/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f15da39 + 22c61d2 commit 6e257c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ repos:
1818
- --markdown-linebreak-ext=md
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: "v0.13.3"
21+
rev: "v0.14.10"
2222
hooks:
2323
- id: ruff
2424
args:
2525
- --fix-only
2626
- --target-version=py39
2727

2828
- repo: https://github.com/psf/black-pre-commit-mirror
29-
rev: 25.9.0
29+
rev: 25.12.0
3030
hooks:
3131
- id: black
3232
args:
@@ -41,7 +41,7 @@ repos:
4141
# - "--py39-plus"
4242

4343
- repo: https://github.com/pycqa/isort
44-
rev: 6.1.0
44+
rev: 7.0.0
4545
hooks:
4646
- id: isort
4747
args:

0 commit comments

Comments
 (0)