Skip to content

Commit 2a27115

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1) - [github.com/pycqa/pylint: v3.0.3 → v3.1.0](pylint-dev/pylint@v3.0.3...v3.1.0)
1 parent dd9105b commit 2a27115

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
@@ -18,7 +18,7 @@ repos:
1818

1919
# python code formatting
2020
- repo: https://github.com/psf/black
21-
rev: 23.12.1
21+
rev: 24.3.0
2222
hooks:
2323
- id: black
2424
args: [--line-length, "120"]
@@ -32,7 +32,7 @@ repos:
3232

3333
# python upgrading syntax to newer version
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.15.0
35+
rev: v3.15.1
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py38-plus]
@@ -54,6 +54,6 @@ repos:
5454

5555
# pylint
5656
- repo: https://github.com/pycqa/pylint
57-
rev: v3.0.3
57+
rev: v3.1.0
5858
hooks:
5959
- id: pylint

0 commit comments

Comments
 (0)