Skip to content

Commit feb6d0f

Browse files
authored
Merge pull request #41 from fmi-faim/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents cf34dd3 + 839fe84 commit feb6d0f

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
@@ -10,21 +10,21 @@ repos:
1010
- id: check-yaml # checks for correct yaml syntax for github actions ex.
1111
args: [--unsafe]
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.8.6
13+
rev: v0.9.9
1414
hooks:
1515
- id: ruff
1616
args: [--fix, --exit-non-zero-on-fix]
1717
- id: ruff-format
1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: v1.14.1
19+
rev: v1.15.0
2020
hooks:
2121
- id: mypy
2222
language: python
2323
args: [--strict, --ignore-missing-imports]
2424
additional_dependencies: ['types-requests', 'types-PyYAML']
2525
exclude: 'docs/source/conf.py|template/source/{% if add_demo %}s01_demo{% endif %}'
2626
- repo: https://github.com/crate-ci/typos
27-
rev: v1.29.4
27+
rev: v1.30.0
2828
hooks:
2929
- id: typos
3030
files: \.(py|md|rst|yaml|toml|jinja)

0 commit comments

Comments
 (0)