Skip to content

Commit e2f32e0

Browse files
authored
Merge pull request #683 from pytroll/pre-commit-ci-update-config
2 parents 829cddd + b33918c commit e2f32e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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.12.11'
5+
rev: 'v0.13.3'
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.17.1' # Use the sha / tag you want to point at
21+
rev: 'v1.18.2' # Use the sha / tag you want to point at
2222
hooks:
2323
- id: mypy
2424
additional_dependencies:
@@ -32,7 +32,7 @@ repos:
3232
- pytest
3333
args: [ --warn-unused-configs ]
3434
- repo: https://github.com/pycqa/isort
35-
rev: 6.0.1
35+
rev: 6.1.0
3636
hooks:
3737
- id: isort
3838
language_version: python3

0 commit comments

Comments
 (0)