Skip to content

Commit 46a9e50

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.12.2](astral-sh/ruff-pre-commit@v0.9.1...v0.12.2) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.16.1](pre-commit/mirrors-mypy@v1.14.1...v1.16.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/PyCQA/pylint: v3.3.3 → v3.3.7](pylint-dev/pylint@v3.3.3...v3.3.7) - [github.com/PyCQA/bandit: 1.8.2 → 1.8.6](PyCQA/bandit@1.8.2...1.8.6) - [github.com/pycontribs/mirrors-prettier: v3.4.2 → v3.6.2](pycontribs/mirrors-prettier@v3.4.2...v3.6.2)
1 parent 164a48b commit 46a9e50

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ repos:
88
hooks:
99
- id: check-pre-commit-ci-config
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.9.1
11+
rev: v0.12.2
1212
hooks:
1313
- id: ruff
1414
args: ['--fix', '--exit-non-zero-on-fix']
1515
# Extra args, only after removing flake8 and yesqa: '--extend-select', 'RUF100'
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.19.1
17+
rev: v3.20.0
1818
hooks:
1919
- id: pyupgrade
2020
args: ['--keep-runtime-typing', '--py39-plus']
@@ -40,17 +40,17 @@ repos:
4040
- toml
4141
- tomli
4242
- repo: https://github.com/PyCQA/isort
43-
rev: 5.13.2
43+
rev: 6.0.1
4444
hooks:
4545
- id: isort
4646
additional_dependencies:
4747
- toml
4848
- repo: https://github.com/psf/black
49-
rev: 24.10.0
49+
rev: 25.1.0
5050
hooks:
5151
- id: black
5252
- repo: https://github.com/pre-commit/mirrors-mypy
53-
rev: v1.14.1
53+
rev: v1.16.1
5454
hooks:
5555
- id: mypy
5656
# warn-unused-ignores is unsafe with pre-commit, see
@@ -66,12 +66,12 @@ repos:
6666
- types-requests
6767
- typing-extensions
6868
- repo: https://github.com/PyCQA/flake8
69-
rev: 7.1.1
69+
rev: 7.3.0
7070
hooks:
7171
- id: flake8
7272
additional_dependencies: *flake8deps
7373
- repo: https://github.com/PyCQA/pylint
74-
rev: v3.3.3
74+
rev: v3.3.7
7575
hooks:
7676
- id: pylint
7777
args: [
@@ -82,15 +82,15 @@ repos:
8282
additional_dependencies:
8383
- tomli
8484
- repo: https://github.com/PyCQA/bandit
85-
rev: 1.8.2
85+
rev: 1.8.6
8686
hooks:
8787
- id: bandit
8888
language_version: python3
8989
args: ['-c', 'pyproject.toml']
9090
additional_dependencies:
9191
- 'bandit[toml]'
9292
- repo: https://github.com/pycontribs/mirrors-prettier
93-
rev: v3.4.2
93+
rev: v3.6.2
9494
hooks:
9595
- id: prettier
9696
- repo: https://github.com/ducminh-phan/reformat-gherkin

0 commit comments

Comments
 (0)