Skip to content

Commit 6046bed

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.3 → v0.13.0](astral-sh/ruff-pre-commit@v0.12.3...v0.13.0) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.18.1](pre-commit/mirrors-mypy@v1.16.1...v1.18.1) - [github.com/PyCQA/pylint: v3.3.7 → v3.3.8](pylint-dev/pylint@v3.3.7...v3.3.8) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 440ba04 commit 6046bed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: pyupgrade
1414
args: ['--keep-runtime-typing', '--py39-plus']
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.12.3
16+
rev: v0.13.0
1717
hooks:
1818
- id: ruff-check
1919
args: ['--fix', '--exit-non-zero-on-fix']
@@ -26,7 +26,7 @@ repos:
2626
additional_dependencies:
2727
- toml
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.16.1
29+
rev: v1.18.1
3030
hooks:
3131
- id: mypy
3232
# warn-unused-ignores is unsafe with pre-commit, see
@@ -42,7 +42,7 @@ repos:
4242
- types-requests
4343
- typing-extensions
4444
- repo: https://github.com/PyCQA/pylint
45-
rev: v3.3.7
45+
rev: v3.3.8
4646
hooks:
4747
- id: pylint
4848
args: [
@@ -70,13 +70,13 @@ repos:
7070
- id: reformat-gherkin
7171
files: \.feature$
7272
- repo: https://github.com/shellcheck-py/shellcheck-py
73-
rev: v0.10.0.1
73+
rev: v0.11.0.1
7474
hooks:
7575
- id: shellcheck
7676
args:
7777
- --external-sources
7878
- repo: https://github.com/pre-commit/pre-commit-hooks
79-
rev: v5.0.0
79+
rev: v6.0.0
8080
hooks:
8181
- id: check-added-large-files
8282
- id: check-ast

0 commit comments

Comments
 (0)