Skip to content

Commit 28e7af4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1) - [github.com/psf/black: 24.1.1 → 24.2.0](psf/black@24.1.1...24.2.0) - [github.com/PyCQA/pylint: v3.0.3 → v3.1.0](pylint-dev/pylint@v3.0.3...v3.1.0)
1 parent 47c4b48 commit 28e7af4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -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.15.1
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py37-plus]
2323
- repo: https://github.com/psf/black
24-
rev: 24.1.1
24+
rev: 24.2.0
2525
hooks:
2626
- id: black
2727
- id: black-jupyter
2828
- repo: https://github.com/PyCQA/pylint
29-
rev: v3.0.3
29+
rev: v3.1.0
3030
hooks:
3131
- id: pylint
3232
args: [--rcfile=.pylintrc]

0 commit comments

Comments
 (0)