Skip to content

Commit 2f26de7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.16.0](asottile/pyupgrade@v3.15.0...v3.16.0) - [github.com/psf/black: 24.1.1 → 24.4.2](psf/black@24.1.1...24.4.2) - [github.com/PyCQA/pylint: v3.0.3 → v3.2.6](pylint-dev/pylint@v3.0.3...v3.2.6)
1 parent d50742d commit 2f26de7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .pre-commit-config.yaml

+4-4
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.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-merge-conflict
66
- id: check-toml
@@ -16,17 +16,17 @@ repos:
1616
- id: isort
1717
name: isort
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.15.0
19+
rev: v3.16.0
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py37-plus]
2323
- repo: https://github.com/psf/black
24-
rev: 24.1.1
24+
rev: 24.4.2
2525
hooks:
2626
- id: black
2727
- id: black-jupyter
2828
- repo: https://github.com/PyCQA/pylint
29-
rev: v3.0.3
29+
rev: v3.2.6
3030
hooks:
3131
- id: pylint
3232
args: [--rcfile=.pylintrc]

0 commit comments

Comments
 (0)