Skip to content

Commit a3a2646

Browse files
authored
Merge pull request #6 from pytroll/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f075fda + a3320e9 commit a3a2646

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ exclude: '^$'
22
fail_fast: false
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.5.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
args: [--unsafe]
11-
- repo: https://github.com/charliermarsh/ruff-pre-commit
11+
- repo: https://github.com/astral-sh/ruff-pre-commit
1212
# Ruff version.
13-
rev: 'v0.0.247'
13+
rev: 'v0.1.14'
1414
hooks:
1515
- id: ruff
1616
ci:

0 commit comments

Comments
 (0)