Skip to content

Commit 981f05a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.12](astral-sh/ruff-pre-commit@v0.9.9...v0.11.12) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0) - [github.com/crate-ci/typos: v1.30.0 → v1](crate-ci/typos@v1.30.0...v1)
1 parent e0e79ce commit 981f05a

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.9.9
13+
rev: v0.11.12
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.15.0
19+
rev: v1.16.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.30.0
27+
rev: v1
2828
hooks:
2929
- id: typos
3030
files: \.(py|md|rst|yaml|toml|jinja)

0 commit comments

Comments
 (0)