Skip to content

Commit f97c416

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/peterdemin/pip-compile-multi: v3.2.1 → v3.2.2](peterdemin/pip-compile-multi@v3.2.1...v3.2.2) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.0 → v0.14.0](astral-sh/ruff-pre-commit@v0.12.0...v0.14.0) - [github.com/PyCQA/pylint: v3.3.7 → v4.0.0](pylint-dev/pylint@v3.3.7...v4.0.0) - [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 f97c416

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: sync-pre-commit-deps
2525
- repo: https://github.com/peterdemin/pip-compile-multi
26-
rev: v3.2.1
26+
rev: v3.2.2
2727
hooks:
2828
- id: pip-compile-multi-verify
2929
files: ^requirements/.*\.(in|txt)$
@@ -50,18 +50,18 @@ repos:
5050
]
5151
files: ^requirements/.*\.txt$
5252
- repo: https://github.com/asottile/pyupgrade
53-
rev: v3.20.0
53+
rev: v3.21.0
5454
hooks:
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.14.0
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: v4.0.0
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)