Skip to content

Commit 2b9919f

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/psf/black: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2) - [github.com/asottile/pyupgrade: v3.15.0 → v3.16.0](asottile/pyupgrade@v3.15.0...v3.16.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/pycqa/pylint: v3.0.3 → v3.2.5](pylint-dev/pylint@v3.0.3...v3.2.5)
1 parent d31cd92 commit 2b9919f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v4.6.0
77
hooks:
88
# list of supported hooks: https://pre-commit.com/hooks.html
99
- id: trailing-whitespace
@@ -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.4.2
2222
hooks:
2323
- id: black
2424
args: [--line-length, "120"]
@@ -32,14 +32,14 @@ repos:
3232

3333
# python upgrading syntax to newer version
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.15.0
35+
rev: v3.16.0
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py38-plus]
3939

4040
# python check (PEP8), programming errors and code complexity
4141
- repo: https://github.com/PyCQA/flake8
42-
rev: 7.0.0
42+
rev: 7.1.0
4343
hooks:
4444
- id: flake8
4545
args:
@@ -54,6 +54,6 @@ repos:
5454

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

0 commit comments

Comments
 (0)