Skip to content

Commit d2d3c08

Browse files
committed
pre-commit autoupdate
1 parent f8e34f4 commit d2d3c08

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
exclude: ^(poetry.lock|.idea/)
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: "v0.4.8"
4+
rev: "v0.12.4"
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
88
- id: ruff-format
99

1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.6.0
11+
rev: v5.0.0
1212
hooks:
1313
- id: check-added-large-files
1414
- id: check-case-conflict
@@ -32,18 +32,18 @@ repos:
3232
exclude: \.(html|svg)$
3333

3434
- repo: https://github.com/fredrikaverpil/creosote.git
35-
rev: v3.0.1
35+
rev: v4.0.3
3636
hooks:
3737
- id: creosote
3838

3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.3.0
40+
rev: v2.4.1
4141
hooks:
4242
- id: codespell
4343
additional_dependencies:
4444
- tomli
4545

4646
- repo: https://github.com/RobertCraigie/pyright-python
47-
rev: v1.1.366
47+
rev: v1.1.403
4848
hooks:
4949
- id: pyright

bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def check_and_install_poetry():
8686
global POETRY_BIN
8787
if not POETRY_BIN:
8888
print("poetry not found. Installing...")
89-
run(
89+
run( # noqa: S604
9090
"curl -sSL https://install.python-poetry.org | python3 -",
9191
shell=True, # noqa: S604
9292
)

0 commit comments

Comments
 (0)