Skip to content

Commit a7c80de

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.9.1](astral-sh/ruff-pre-commit@v0.8.1...v0.9.1) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1) - [github.com/PyCQA/pylint: v3.3.2 → v3.3.3](pylint-dev/pylint@v3.3.2...v3.3.3) - [github.com/PyCQA/bandit: 1.8.0 → 1.8.2](PyCQA/bandit@1.8.0...1.8.2) - [github.com/pycontribs/mirrors-prettier: v3.3.3 → v3.4.2](pycontribs/mirrors-prettier@v3.3.3...v3.4.2)
1 parent eca62ec commit a7c80de

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,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.8.1
11+
rev: v0.9.1
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.0
17+
rev: v3.19.1
1818
hooks:
1919
- id: pyupgrade
2020
args: ['--keep-runtime-typing', '--py39-plus']
@@ -50,7 +50,7 @@ repos:
5050
hooks:
5151
- id: black
5252
- repo: https://github.com/pre-commit/mirrors-mypy
53-
rev: v1.13.0
53+
rev: v1.14.1
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.2
74+
rev: v3.3.3
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.0
85+
rev: 1.8.2
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.3.3
93+
rev: v3.4.2
9494
hooks:
9595
- id: prettier
9696
- repo: https://github.com/ducminh-phan/reformat-gherkin

0 commit comments

Comments
 (0)