Skip to content

Commit 9e01d6f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.0 → v0.12.12](astral-sh/ruff-pre-commit@v0.12.0...v0.12.12) - [github.com/PyCQA/pylint: v3.3.7 → v3.3.8](pylint-dev/pylint@v3.3.7...v3.3.8) - [github.com/fredrikaverpil/creosote: v4.0.3 → v4.1.0](fredrikaverpil/creosote@v4.0.3...v4.1.0) - [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) - [github.com/pycontribs/mirrors-prettier: v3.6.0 → v3.6.2](pycontribs/mirrors-prettier@v3.6.0...v3.6.2)
1 parent d0b360a commit 9e01d6f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ repos:
5555
- id: pyupgrade
5656
args: ['--keep-runtime-typing', '--py311-plus']
5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.12.0
58+
rev: v0.12.12
5959
hooks:
6060
- id: ruff-check
6161
args: ['--fix', '--exit-non-zero-on-fix']
6262
- id: ruff-format
6363
- repo: https://github.com/PyCQA/pylint
64-
rev: v3.3.7
64+
rev: v3.3.8
6565
hooks:
6666
- id: pylint
6767
args: [
@@ -73,17 +73,17 @@ repos:
7373
additional_dependencies:
7474
- tomli
7575
- repo: https://github.com/fredrikaverpil/creosote
76-
rev: v4.0.3
76+
rev: v4.1.0
7777
hooks:
7878
- id: creosote
7979
- repo: https://github.com/shellcheck-py/shellcheck-py
80-
rev: v0.10.0.1
80+
rev: v0.11.0.1
8181
hooks:
8282
- id: shellcheck
8383
args:
8484
- --external-sources
8585
- repo: https://github.com/pre-commit/pre-commit-hooks
86-
rev: v5.0.0
86+
rev: v6.0.0
8787
hooks:
8888
- id: check-added-large-files
8989
- id: check-ast
@@ -124,7 +124,7 @@ repos:
124124
- id: forbid-tabs
125125
- id: remove-tabs
126126
- repo: https://github.com/pycontribs/mirrors-prettier
127-
rev: v3.6.0
127+
rev: v3.6.2
128128
hooks:
129129
- id: prettier
130130
- repo: https://github.com/ducminh-phan/reformat-gherkin

0 commit comments

Comments
 (0)