Skip to content

Commit 6744077

Browse files
authored
Merge pull request #122 from pytroll/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 010a377 + 3d8ff2b commit 6744077

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: '^$'
22
fail_fast: false
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 24.1.1
5+
rev: 24.3.0
66
hooks:
77
- id: black
88
language_version: python3
@@ -28,12 +28,12 @@ repos:
2828
- id: check-yaml
2929
args: [--unsafe]
3030
- repo: https://github.com/PyCQA/bandit
31-
rev: '1.7.7'
31+
rev: '1.7.8'
3232
hooks:
3333
- id: bandit
3434
args: [--ini, .bandit]
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: 'v1.8.0' # Use the sha / tag you want to point at
36+
rev: 'v1.9.0' # Use the sha / tag you want to point at
3737
hooks:
3838
- id: mypy
3939
additional_dependencies:

0 commit comments

Comments
 (0)