Skip to content

Commit ddc03ec

Browse files
authored
Merge pull request #631 from pytroll/pre-commit-ci-update-config
2 parents 495c57f + 76caac0 commit ddc03ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: '^$'
22
fail_fast: false
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: 'v0.6.9'
5+
rev: 'v0.7.2'
66
hooks:
77
- id: ruff
88
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -18,7 +18,7 @@ repos:
1818
- id: bandit
1919
args: [--ini, .bandit]
2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: 'v1.11.2' # Use the sha / tag you want to point at
21+
rev: 'v1.13.0' # Use the sha / tag you want to point at
2222
hooks:
2323
- id: mypy
2424
additional_dependencies:

0 commit comments

Comments
 (0)