Skip to content

Commit 1f974b5

Browse files
authored
Merge pull request #647 from pytroll/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents ef70d31 + 6a949b1 commit 1f974b5

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.8.6'
5+
rev: 'v0.9.4'
66
hooks:
77
- id: ruff
88
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -13,7 +13,7 @@ repos:
1313
- id: check-yaml
1414
args: [--unsafe]
1515
- repo: https://github.com/PyCQA/bandit
16-
rev: '1.8.0' # Update me!
16+
rev: '1.8.2' # Update me!
1717
hooks:
1818
- id: bandit
1919
args: [--ini, .bandit]
@@ -32,7 +32,7 @@ repos:
3232
- pytest
3333
args: [ --warn-unused-configs ]
3434
- repo: https://github.com/pycqa/isort
35-
rev: 5.13.2
35+
rev: 6.0.0
3636
hooks:
3737
- id: isort
3838
language_version: python3

0 commit comments

Comments
 (0)