Skip to content

Commit 70cb702

Browse files
authored
Merge pull request #54 from opengisch/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b01ed18 + 8203314 commit 70cb702

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: ".venv|__pycache__|test/dev/|test/fixtures/"
22
fail_fast: false
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
args:
@@ -15,9 +15,6 @@ repos:
1515
- id: detect-private-key
1616
- id: end-of-file-fixer
1717
- id: fix-byte-order-marker
18-
- id: fix-encoding-pragma
19-
args:
20-
- --remove
2118
- id: name-tests-test
2219
args:
2320
- --pytest-test-first
@@ -33,22 +30,22 @@ repos:
3330
- --py39-plus
3431

3532
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: "v0.12.2"
33+
rev: "v0.13.3"
3734
hooks:
3835
- id: ruff
3936
args:
4037
- --fix-only
4138
- --target-version=py39
4239

43-
- repo: https://github.com/psf/black
44-
rev: 25.1.0
40+
- repo: https://github.com/psf/black-pre-commit-mirror
41+
rev: 25.9.0
4542
hooks:
4643
- id: black
4744
args:
4845
- --target-version=py39
4946

5047
- repo: https://github.com/pycqa/isort
51-
rev: 6.0.1
48+
rev: 6.1.0
5249
hooks:
5350
- id: isort
5451
args:

0 commit comments

Comments
 (0)