Skip to content

Commit fd433b1

Browse files
authored
Merge pull request #196 from pytroll/pre-commit-ci-update-config
2 parents e309668 + 4b3c36e commit fd433b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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.12.2'
6+
rev: 'v0.12.7'
77
hooks:
88
- id: ruff
99
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -20,7 +20,7 @@ repos:
2020
- id: bandit
2121
args: [--ini, .bandit]
2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: 'v1.16.1' # Use the sha / tag you want to point at
23+
rev: 'v1.17.1' # Use the sha / tag you want to point at
2424
hooks:
2525
- id: mypy
2626
additional_dependencies:

0 commit comments

Comments
 (0)