Skip to content

Commit 4413259

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.1...v0.9.9) - [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/PyCQA/bandit: 1.8.2 → 1.8.3](PyCQA/bandit@1.8.2...1.8.3) - [github.com/pycontribs/mirrors-prettier: v3.4.2 → v3.5.3](pycontribs/mirrors-prettier@v3.4.2...v3.5.3)
1 parent 0cc8095 commit 4413259

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: pyupgrade
88
args: ['--keep-runtime-typing', '--py311-plus']
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.9.1
10+
rev: v0.9.9
1111
hooks:
1212
- id: ruff
1313
args: ['--fix', '--exit-non-zero-on-fix']
@@ -40,7 +40,7 @@ repos:
4040
- id: requirements-txt-fixer
4141
- id: trailing-whitespace
4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: v1.14.1
43+
rev: v1.15.0
4444
hooks:
4545
- id: mypy
4646
# warn-unused-ignores is unsafe with pre-commit, see
@@ -57,7 +57,7 @@ repos:
5757
- types-setuptools
5858
- typing-extensions
5959
- repo: https://github.com/PyCQA/pylint
60-
rev: v3.3.3
60+
rev: v3.3.4
6161
hooks:
6262
- id: pylint
6363
args: [
@@ -69,14 +69,14 @@ repos:
6969
additional_dependencies:
7070
- tomli
7171
- repo: https://github.com/PyCQA/bandit
72-
rev: 1.8.2
72+
rev: 1.8.3
7373
hooks:
7474
- id: bandit
7575
language_version: python3
7676
args: ['-c', 'pyproject.toml']
7777
additional_dependencies:
7878
- 'bandit[toml]'
7979
- repo: https://github.com/pycontribs/mirrors-prettier
80-
rev: v3.4.2
80+
rev: v3.5.3
8181
hooks:
8282
- id: prettier

0 commit comments

Comments
 (0)