Skip to content

Commit dcf9d2c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.1...v0.9.6) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [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.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/PyCQA/pylint: v3.3.3 → v3.3.4](pylint-dev/pylint@v3.3.3...v3.3.4) - [github.com/pycontribs/mirrors-prettier: v3.4.2 → v3.5.0](pycontribs/mirrors-prettier@v3.4.2...v3.5.0)
1 parent 164a48b commit dcf9d2c

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
@@ -8,7 +8,7 @@ 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.9.6
1212
hooks:
1313
- id: ruff
1414
args: ['--fix', '--exit-non-zero-on-fix']
@@ -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.0
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.15.0
5454
hooks:
5555
- id: mypy
5656
# warn-unused-ignores is unsafe with pre-commit, see
@@ -71,7 +71,7 @@ repos:
7171
- id: flake8
7272
additional_dependencies: *flake8deps
7373
- repo: https://github.com/PyCQA/pylint
74-
rev: v3.3.3
74+
rev: v3.3.4
7575
hooks:
7676
- id: pylint
7777
args: [
@@ -90,7 +90,7 @@ repos:
9090
additional_dependencies:
9191
- 'bandit[toml]'
9292
- repo: https://github.com/pycontribs/mirrors-prettier
93-
rev: v3.4.2
93+
rev: v3.5.0
9494
hooks:
9595
- id: prettier
9696
- repo: https://github.com/ducminh-phan/reformat-gherkin

0 commit comments

Comments
 (0)