Skip to content

Commit 10982cf

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/pre-commit/pre-commit: v3.8.0 → v4.0.1](pre-commit/pre-commit@v3.8.0...v4.0.1) - [github.com/hauntsaninja/black-pre-commit-mirror: 24.8.0 → 24.10.0](psf/black-pre-commit-mirror@24.8.0...24.10.0) - [github.com/PyCQA/pylint: v3.2.7 → v3.3.1](pylint-dev/pylint@v3.2.7...v3.3.1) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.7.0](asottile/setup-cfg-fmt@v2.5.0...v2.7.0)
1 parent 07400b0 commit 10982cf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
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: end-of-file-fixer
66
exclude: ^tests/data/
77
- id: requirements-txt-fixer
88
- id: trailing-whitespace
99
- id: debug-statements
1010
- repo: https://github.com/pre-commit/pre-commit
11-
rev: v3.8.0
11+
rev: v4.0.1
1212
hooks:
1313
- id: validate_manifest
1414
- repo: https://github.com/hauntsaninja/black-pre-commit-mirror
1515
# black compiled with mypyc
16-
rev: 24.8.0
16+
rev: 24.10.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/pylint
20-
rev: v3.2.7
20+
rev: v3.3.1
2121
hooks:
2222
- id: pylint
2323
files: ^(nbqa|tests)/
@@ -38,13 +38,13 @@ repos:
3838
- id: pydocstyle
3939
files: ^nbqa/
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.11.2
41+
rev: v1.13.0
4242
hooks:
4343
- id: mypy
4444
exclude: ^docs/
4545
additional_dependencies: [types-setuptools, types-toml]
4646
- repo: https://github.com/asottile/pyupgrade
47-
rev: v3.17.0
47+
rev: v3.19.0
4848
hooks:
4949
- id: pyupgrade
5050
args: [--py38-plus]
@@ -68,7 +68,7 @@ repos:
6868
- id: rst-directive-colons
6969
- id: rst-inline-touching-normal
7070
- repo: https://github.com/asottile/setup-cfg-fmt
71-
rev: v2.5.0
71+
rev: v2.7.0
7272
hooks:
7373
- id: setup-cfg-fmt
7474
- repo: https://github.com/PyCQA/autoflake

0 commit comments

Comments
 (0)