Skip to content

Commit 25ec1c1

Browse files
authored
Merge pull request #99 from pytroll/pre-commit-ci-update-config
2 parents 046991d + 16a61f6 commit 25ec1c1

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,8 +1,8 @@
11
exclude: '^$'
22
fail_fast: false
33
repos:
4-
- repo: https://github.com/psf/black
5-
rev: 25.1.0
4+
- repo: https://github.com/psf/black-pre-commit-mirror
5+
rev: 25.9.0
66
hooks:
77
- id: black
88
language_version: python3
@@ -28,7 +28,7 @@ repos:
2828
- id: bandit
2929
args: [--ini, .bandit]
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: 'v1.17.1' # Use the sha / tag you want to point at
31+
rev: 'v1.18.2' # Use the sha / tag you want to point at
3232
hooks:
3333
- id: mypy
3434
additional_dependencies:
@@ -37,7 +37,7 @@ repos:
3737
- types-PyYAML
3838
- types-requests
3939
- repo: https://github.com/pycqa/isort
40-
rev: 6.0.1
40+
rev: 6.1.0
4141
hooks:
4242
- id: isort
4343
language_version: python3

0 commit comments

Comments
 (0)