Skip to content

Commit eeb8810

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.11.11](astral-sh/ruff-pre-commit@v0.4.7...v0.11.11) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/asottile/blacken-docs: 1.16.0 → 1.19.1](adamchainz/blacken-docs@1.16.0...1.19.1) - [github.com/pycqa/flake8: 7.0.0 → 7.2.0](PyCQA/flake8@7.0.0...7.2.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.15.0](pre-commit/mirrors-mypy@v1.10.0...v1.15.0) - [github.com/PyCQA/bandit: 1.7.8 → 1.8.3](PyCQA/bandit@1.7.8...1.8.3) - [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 → v1.1.2](PyCQA/doc8@v1.1.1...v1.1.2) - [github.com/sphinx-contrib/sphinx-lint: v0.9.1 → v1.0.0](sphinx-contrib/sphinx-lint@v0.9.1...v1.0.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.20.0](asottile/pyupgrade@v3.15.2...v3.20.0) - [github.com/numpy/numpydoc: v1.7.0 → v1.8.0](numpy/numpydoc@v1.7.0...v1.8.0)
1 parent e77f9a4 commit eeb8810

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.pre-commit-config.yaml

Lines changed: 13 additions & 13 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: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
args: ["--maxkb=1000"]
@@ -24,32 +24,32 @@ repos:
2424
- id: mixed-line-ending
2525

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

3333
- repo: https://github.com/pycqa/isort
34-
rev: 5.13.2
34+
rev: 6.0.1
3535
hooks:
3636
- id: isort
3737
name: isort
3838

3939
- repo: https://github.com/psf/black
40-
rev: 24.4.2
40+
rev: 25.1.0
4141
hooks:
4242
- id: black
4343
language_version: python3
4444

4545
- repo: https://github.com/asottile/blacken-docs
46-
rev: 1.16.0
46+
rev: 1.19.1
4747
hooks:
4848
- id: blacken-docs
4949
additional_dependencies: [black==22.3.0]
5050

5151
- repo: https://github.com/pycqa/flake8
52-
rev: 7.0.0
52+
rev: 7.2.0
5353
hooks:
5454
- id: flake8
5555
exclude: docs/source/conf.py, __pycache__
@@ -66,7 +66,7 @@ repos:
6666
]
6767

6868
- repo: https://github.com/pre-commit/mirrors-mypy
69-
rev: v1.10.0
69+
rev: v1.15.0
7070
hooks:
7171
- id: mypy
7272
files: predictably/
@@ -85,29 +85,29 @@ repos:
8585
additional_dependencies: [".[toml]"]
8686

8787
- repo: https://github.com/PyCQA/bandit
88-
rev: 1.7.8
88+
rev: 1.8.3
8989
hooks:
9090
- id: bandit
9191
args: ["-c", "pyproject.toml"]
9292
additional_dependencies: ["bandit[toml]"]
9393

9494
- repo: https://github.com/codespell-project/codespell
95-
rev: v2.3.0
95+
rev: v2.4.1
9696
hooks:
9797
- id: codespell
9898
types_or: [python, rst, markdown]
9999
additional_dependencies:
100100
- tomli
101101

102102
- repo: https://github.com/PyCQA/doc8
103-
rev: v1.1.1
103+
rev: v1.1.2
104104
hooks:
105105
- id: doc8
106106
args: ["--max-line-length=88", "--config=pyproject.toml", "docs"]
107107
additional_dependencies: ["tomli"]
108108

109109
- repo: https://github.com/sphinx-contrib/sphinx-lint
110-
rev: v0.9.1
110+
rev: v1.0.0
111111
hooks:
112112
- id: sphinx-lint
113113

@@ -118,13 +118,13 @@ repos:
118118
additional_dependencies: ["flake8-builtins"]
119119

120120
- repo: https://github.com/asottile/pyupgrade
121-
rev: v3.15.2
121+
rev: v3.20.0
122122
hooks:
123123
- id: pyupgrade
124124
args: ["--py38-plus"]
125125

126126
- repo: https://github.com/numpy/numpydoc
127-
rev: v1.7.0
127+
rev: v1.8.0
128128
hooks:
129129
- id: numpydoc-validation
130130
exclude: |

0 commit comments

Comments
 (0)