Skip to content

Commit c5dc192

Browse files
authored
Merge pull request #37 from geotribu/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents a5b87f0 + 80ef110 commit c5dc192

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,25 @@ repos:
1717
args: [--markdown-linebreak-ext=md]
1818

1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.20.0
20+
rev: v3.21.2
2121
hooks:
2222
- id: pyupgrade
2323
args:
2424
- "--py310-plus"
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: "v0.13.3"
27+
rev: "v0.14.10"
2828
hooks:
2929
- id: ruff
3030
args: ["--fix-only"]
3131

3232
- repo: https://github.com/psf/black-pre-commit-mirror
33-
rev: 25.9.0
33+
rev: 25.12.0
3434
hooks:
3535
- id: black
3636

3737
- repo: https://github.com/pycqa/isort
38-
rev: 6.1.0
38+
rev: 7.0.0
3939
hooks:
4040
- id: isort
4141
args: ["--profile", "black", "--filter-files"]

0 commit comments

Comments
 (0)