Skip to content

Commit 450574d

Browse files
authored
Merge pull request #129 from pytroll/pre-commit-ci-update-config
2 parents a88923d + 7bc1b37 commit 450574d

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pycqa/isort
3-
rev: 6.0.1
3+
rev: 6.1.0
44
hooks:
55
- id: isort
66
language_version: python3
@@ -10,8 +10,8 @@ repos:
1010
- id: pyupgrade
1111
args:
1212
- --py38-plus
13-
- repo: https://github.com/psf/black
14-
rev: 25.1.0
13+
- repo: https://github.com/psf/black-pre-commit-mirror
14+
rev: 25.9.0
1515
hooks:
1616
- id: black
1717
language_version: python3
@@ -21,7 +21,7 @@ repos:
2121
- id: flake8
2222
language_version: python3
2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.17.1
24+
rev: v1.18.2
2525
hooks:
2626
- id: mypy
2727
# Override default --ignore-missing-imports

0 commit comments

Comments
 (0)