Skip to content

Commit 59d4b4b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/PyCQA/docformatter: 06907d0 → v1.7.7](PyCQA/docformatter@06907d0...v1.7.7) - [github.com/tox-dev/pyproject-fmt: v2.5.1 → v2.6.0](tox-dev/pyproject-fmt@v2.5.1...v2.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.13.1](astral-sh/ruff-pre-commit@v0.9.10...v0.13.1) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2) - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.13.1](astral-sh/ruff-pre-commit@v0.9.10...v0.13.1) - [github.com/PyCQA/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0)
1 parent d2e4666 commit 59d4b4b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
repos:
55
# Formatters
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: check-ast
1010
- id: check-builtin-literals
@@ -16,14 +16,14 @@ repos:
1616
args: [--remove]
1717

1818
- repo: https://github.com/PyCQA/docformatter
19-
rev: 06907d0
19+
rev: v1.7.7
2020
hooks:
2121
- id: docformatter
2222
additional_dependencies: [tomli]
2323
args: [--in-place, --config, ./pyproject.toml]
2424

2525
- repo: https://github.com/tox-dev/pyproject-fmt
26-
rev: "v2.5.1"
26+
rev: "v2.6.0"
2727
hooks:
2828
- id: pyproject-fmt
2929

@@ -47,7 +47,7 @@ repos:
4747

4848
- repo: https://github.com/astral-sh/ruff-pre-commit
4949
# Ruff version.
50-
rev: v0.9.10
50+
rev: v0.13.1
5151
hooks:
5252
- id: ruff
5353
name: "ruff sort imports notebooks"
@@ -73,7 +73,7 @@ repos:
7373
# Linters
7474

7575
- repo: https://github.com/pre-commit/mirrors-mypy
76-
rev: v1.15.0
76+
rev: v1.18.2
7777
hooks:
7878
- id: mypy
7979
exclude: ^docs
@@ -89,7 +89,7 @@ repos:
8989

9090
- repo: https://github.com/astral-sh/ruff-pre-commit
9191
# Ruff version.
92-
rev: v0.9.10
92+
rev: v0.13.1
9393
hooks:
9494
- id: ruff
9595
name: "ruff sort imports"
@@ -104,7 +104,7 @@ repos:
104104
name: "ruff lint"
105105

106106
- repo: https://github.com/PyCQA/flake8
107-
rev: 7.1.2
107+
rev: 7.3.0
108108
hooks:
109109
- id: flake8
110110
alias: flake8-docs

0 commit comments

Comments
 (0)