Skip to content

Commit f6b652e

Browse files
authored
Merge pull request #637 from pytroll/pre-commit-ci-update-config
2 parents 527d8c0 + c456880 commit f6b652e

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
@@ -2,7 +2,7 @@ exclude: '^$'
22
fail_fast: false
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: 'v0.7.2'
5+
rev: 'v0.8.1'
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.7.10' # Update me!
16+
rev: '1.8.0' # Update me!
1717
hooks:
1818
- id: bandit
1919
args: [--ini, .bandit]

0 commit comments

Comments
 (0)