Skip to content

Commit ceb453e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.14.8](astral-sh/ruff-pre-commit@v0.5.7...v0.14.8) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 25.12.0](psf/black-pre-commit-mirror@24.8.0...25.12.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.20.0](adamchainz/blacken-docs@1.18.0...1.20.0) - [github.com/pycqa/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.19.0](pre-commit/mirrors-mypy@v1.11.1...v1.19.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/PyCQA/doc8: v1.1.1 → v2.0.0](PyCQA/doc8@v1.1.1...v2.0.0) - [github.com/sphinx-contrib/sphinx-lint: v0.9.1 → v1.0.2](sphinx-contrib/sphinx-lint@v0.9.1...v1.0.2) - [github.com/numpy/numpydoc: v1.8.0 → v1.10.0](numpy/numpydoc@v1.8.0...v1.10.0)
1 parent 85fdbfe commit ceb453e

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.pre-commit-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-added-large-files
66
args: ["--maxkb=1000"]
@@ -24,26 +24,26 @@ repos:
2424
- id: mixed-line-ending
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.5.7
27+
rev: v0.14.8
2828
hooks:
2929
- id: ruff
3030
args: [--fix, --exit-non-zero-on-fix]
3131
types_or: [python, pyi, jupyter]
3232

33-
- repo: https://github.com/psf/black
34-
rev: 24.8.0
33+
- repo: https://github.com/psf/black-pre-commit-mirror
34+
rev: 25.12.0
3535
hooks:
3636
- id: black
3737
language_version: python3
3838

3939
- repo: https://github.com/asottile/blacken-docs
40-
rev: 1.18.0
40+
rev: 1.20.0
4141
hooks:
4242
- id: blacken-docs
4343
additional_dependencies: [black==24.4.2]
4444

4545
- repo: https://github.com/pycqa/flake8
46-
rev: 7.1.1
46+
rev: 7.3.0
4747
hooks:
4848
- id: flake8
4949
exclude: docs/source/conf.py, __pycache__
@@ -62,7 +62,7 @@ repos:
6262
]
6363

6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: v1.11.1
65+
rev: v1.19.0
6666
hooks:
6767
- id: mypy
6868
files: predictably-core/
@@ -89,27 +89,27 @@ repos:
8989
# additional_dependencies: ["bandit[toml]"]
9090

9191
- repo: https://github.com/codespell-project/codespell
92-
rev: v2.3.0
92+
rev: v2.4.1
9393
hooks:
9494
- id: codespell
9595
types_or: [python, rst, markdown]
9696
additional_dependencies:
9797
- tomli
9898

9999
- repo: https://github.com/PyCQA/doc8
100-
rev: v1.1.1
100+
rev: v2.0.0
101101
hooks:
102102
- id: doc8
103103
args: ["--max-line-length=88", "--config=pyproject.toml", "docs"]
104104
additional_dependencies: ["tomli"]
105105

106106
- repo: https://github.com/sphinx-contrib/sphinx-lint
107-
rev: v0.9.1
107+
rev: v1.0.2
108108
hooks:
109109
- id: sphinx-lint
110110

111111
- repo: https://github.com/numpy/numpydoc
112-
rev: v1.8.0
112+
rev: v1.10.0
113113
hooks:
114114
- id: numpydoc-validation
115115
exclude: |

0 commit comments

Comments
 (0)