Skip to content

Commit 5e5bc9c

Browse files
authored
Merge pull request #3370 from pytroll/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f326aa9 + c6a4d0d commit 5e5bc9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fail_fast: false
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
55
# Ruff version.
6-
rev: 'v0.15.4'
6+
rev: 'v0.15.9'
77
hooks:
88
- id: ruff-check
99
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -19,7 +19,7 @@ repos:
1919
- id: bandit
2020
args: [--ini, .bandit]
2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: 'v1.19.1' # Use the sha / tag you want to point at
22+
rev: 'v1.20.0' # Use the sha / tag you want to point at
2323
hooks:
2424
- id: mypy
2525
additional_dependencies:

0 commit comments

Comments
 (0)