Skip to content

Commit 1145e19

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.13.3](astral-sh/ruff-pre-commit@v0.9.9...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2) - [github.com/crate-ci/typos: v1.30.0 → v1](crate-ci/typos@v1.30.0...v1)
1 parent e0e79ce commit 1145e19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-docstring-first
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
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.13.3
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.18.2
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)