Skip to content

Commit aaf4e9f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.3 → v0.14.3](astral-sh/ruff-pre-commit@v0.12.3...v0.14.3) - [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.18.2](pre-commit/mirrors-mypy@v1.16.1...v1.18.2) - [github.com/PyCQA/pylint: v3.3.7 → v4.0.2](pylint-dev/pylint@v3.3.7...v4.0.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 aaf4e9f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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.0
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.3
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.18.2
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.2
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)