Skip to content

Commit 944e56a

Browse files
ci: Bump pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.13.3](astral-sh/ruff-pre-commit@v0.9.6...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)
1 parent fa97591 commit 944e56a

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
@@ -7,7 +7,7 @@ ci:
77

88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.9.6
10+
rev: v0.13.3
1111
hooks:
1212
- id: ruff # Runs ruff linter (replaces flake8)
1313
args: [--fix, --exit-non-zero-on-fix] # --fix for fixing errors
@@ -19,7 +19,7 @@ repos:
1919
name: Lint RST files in docs folder using Sphinx Lint
2020
files: ^((docs/en)/.*\.(rst|inc))|CONTRIBUTING.rst$
2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.15.0
22+
rev: v1.18.2
2323
hooks:
2424
- id: mypy
2525
additional_dependencies: ['types-PyYAML<=6.0.12.12']

0 commit comments

Comments
 (0)