Skip to content

Commit 3fb37ac

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.6.3](astral-sh/ruff-pre-commit@v0.4.7...v0.6.3) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/asottile/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.2](pre-commit/mirrors-mypy@v1.10.0...v1.11.2) - [github.com/PyCQA/bandit: 1.7.8 → 1.7.9](PyCQA/bandit@1.7.8...1.7.9) - [github.com/PyCQA/doc8: v1.1.1 → v1.1.2](PyCQA/doc8@v1.1.1...v1.1.2) - [github.com/asottile/pyupgrade: v3.15.2 → v3.17.0](asottile/pyupgrade@v3.15.2...v3.17.0) - [github.com/numpy/numpydoc: v1.7.0 → v1.8.0](numpy/numpydoc@v1.7.0...v1.8.0)
1 parent e77f9a4 commit 3fb37ac

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ 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.6.3
2828
hooks:
2929
- id: ruff
3030
args: [--fix, --exit-non-zero-on-fix]
@@ -37,19 +37,19 @@ repos:
3737
name: isort
3838

3939
- repo: https://github.com/psf/black
40-
rev: 24.4.2
40+
rev: 24.8.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.18.0
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.1.1
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.11.2
7070
hooks:
7171
- id: mypy
7272
files: predictably/
@@ -85,7 +85,7 @@ repos:
8585
additional_dependencies: [".[toml]"]
8686

8787
- repo: https://github.com/PyCQA/bandit
88-
rev: 1.7.8
88+
rev: 1.7.9
8989
hooks:
9090
- id: bandit
9191
args: ["-c", "pyproject.toml"]
@@ -100,7 +100,7 @@ repos:
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"]
@@ -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.17.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)