Skip to content

Commit 12e719a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.12.3...v0.14.7) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.19.0](pre-commit/mirrors-mypy@v1.16.1...v1.19.0) - [github.com/PyCQA/pylint: v3.3.7 → v4.0.4](pylint-dev/pylint@v3.3.7...v4.0.4) - [github.com/PyCQA/bandit: 1.8.6 → 1.9.2](PyCQA/bandit@1.8.6...1.9.2) - [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 12e719a

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
@@ -8,25 +8,25 @@ repos:
88
hooks:
99
- id: check-pre-commit-ci-config
1010
- repo: https://github.com/asottile/pyupgrade
11-
rev: v3.20.0
11+
rev: v3.21.2
1212
hooks:
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.14.7
1717
hooks:
1818
- id: ruff-check
1919
args: ['--fix', '--exit-non-zero-on-fix']
2020
# Extra args, only after removing flake8 and yesqa: '--extend-select', 'RUF100'
2121
- id: ruff-format
2222
- repo: https://github.com/PyCQA/isort
23-
rev: 6.0.1
23+
rev: 7.0.0
2424
hooks:
2525
- id: isort
2626
additional_dependencies:
2727
- toml
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.16.1
29+
rev: v1.19.0
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: v4.0.4
4646
hooks:
4747
- id: pylint
4848
args: [
@@ -53,7 +53,7 @@ repos:
5353
additional_dependencies:
5454
- tomli
5555
- repo: https://github.com/PyCQA/bandit
56-
rev: 1.8.6
56+
rev: 1.9.2
5757
hooks:
5858
- id: bandit
5959
language_version: python3
@@ -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)