Skip to content

Commit f2df0f3

Browse files
authored
Merge pull request #226 from geotribu/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 8064272 + 81c0522 commit f2df0f3

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
@@ -2,7 +2,7 @@ exclude: ".venv|tests/dev/|tests/fixtures/"
22
fail_fast: false
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-added-large-files
88
args:
@@ -21,15 +21,15 @@ repos:
2121
- --markdown-linebreak-ext=md
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: "v0.5.0"
24+
rev: "v0.8.6"
2525
hooks:
2626
- id: ruff
2727
args:
2828
- --fix-only
2929
- --target-version=py39
3030

3131
- repo: https://github.com/psf/black
32-
rev: 24.4.2
32+
rev: 24.10.0
3333
hooks:
3434
- id: black
3535
args:
@@ -53,7 +53,7 @@ repos:
5353
- --filter-files
5454

5555
- repo: https://github.com/pycqa/flake8
56-
rev: 7.1.0
56+
rev: 7.1.1
5757
hooks:
5858
- id: flake8
5959
language: python

0 commit comments

Comments
 (0)