Skip to content

Commit 8631550

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 1.8.0 → 2.1.3](python-poetry/poetry@1.8.0...2.1.3) - [github.com/python-poetry/poetry-plugin-export: 1.8.0 → 1.9.0](python-poetry/poetry-plugin-export@1.8.0...1.9.0) - [github.com/jshwi/docsig: v0.66.1 → v0.69.3](jshwi/docsig@v0.66.1...v0.69.3) - [github.com/dosisod/refurb: v2.0.0 → v2.1.0](dosisod/refurb@v2.0.0...v2.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.11.13](astral-sh/ruff-pre-commit@v0.8.4...v0.11.13) - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.16.0](pre-commit/mirrors-mypy@v1.14.0...v1.16.0)
1 parent 4f1bc5b commit 8631550

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
@@ -32,37 +32,37 @@ repos:
3232
# language_version: python3.12
3333

3434
- repo: https://github.com/python-poetry/poetry
35-
rev: 1.8.0
35+
rev: 2.1.3
3636
hooks:
3737
- id: poetry-check
3838
# - id: poetry-lock # Broken in pre-commit.ci
3939
- id: poetry-install
4040
language_version: python3.12
4141

4242
- repo: https://github.com/python-poetry/poetry-plugin-export
43-
rev: "1.8.0"
43+
rev: "1.9.0"
4444
hooks:
4545
- id: poetry-export
4646
additional_dependencies: [ "poetry-plugin-export" ]
4747
args: [ "--output=docs/requirements.txt", "--without-hashes", "--with", "dev" ]
4848
language_version: python3.12
4949

5050
- repo: https://github.com/jshwi/docsig
51-
rev: v0.66.1
51+
rev: v0.69.3
5252
hooks:
5353
- id: docsig
5454
args: [ "--check-class-constructor", "--check-dunders", "--check-protected" ]
5555
language_version: python3.12
5656

5757
- repo: https://github.com/dosisod/refurb
58-
rev: v2.0.0
58+
rev: v2.1.0
5959
hooks:
6060
- id: refurb
6161
language_version: python3.12
6262

6363
- repo: https://github.com/astral-sh/ruff-pre-commit
6464
# Ruff version.
65-
rev: v0.8.4
65+
rev: v0.11.13
6666
hooks:
6767
# Run the linter.
6868
- id: ruff
@@ -73,7 +73,7 @@ repos:
7373
language_version: python3.12
7474

7575
- repo: https://github.com/pre-commit/mirrors-mypy
76-
rev: v1.14.0
76+
rev: v1.16.0
7777
hooks:
7878
- id: mypy
7979
language_version: python3.12

0 commit comments

Comments
 (0)