Skip to content

Commit 998a555

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.8.0 → v3.15.2](asottile/pyupgrade@v3.8.0...v3.15.2) - [github.com/psf/black: 23.3.0 → 24.3.0](psf/black@23.3.0...24.3.0) - [github.com/PyCQA/autoflake: v2.2.0 → v2.3.1](PyCQA/autoflake@v2.2.0...v2.3.1) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
1 parent bb72603 commit 998a555

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ ci:
55
repos:
66

77
- repo: https://github.com/asottile/pyupgrade
8-
rev: "v3.8.0"
8+
rev: "v3.15.2"
99
hooks:
1010
- id: pyupgrade
1111
args: ["--py37-plus"]
1212

1313
- repo: https://github.com/psf/black
14-
rev: "23.3.0"
14+
rev: "24.3.0"
1515
hooks:
1616
- id: black
1717
args: ["--target-version", "py37"]
1818

1919
- repo: https://github.com/PyCQA/autoflake
20-
rev: v2.2.0
20+
rev: v2.3.1
2121
hooks:
2222
- id: autoflake
2323
args:
@@ -28,7 +28,7 @@ repos:
2828
- --remove-unused-variables
2929

3030
- repo: https://github.com/PyCQA/flake8
31-
rev: 6.0.0
31+
rev: 7.0.0
3232
hooks:
3333
- id: flake8
3434
additional_dependencies:
@@ -42,7 +42,7 @@ repos:
4242
- pyflakes==3.0.1
4343

4444
- repo: https://github.com/PyCQA/isort
45-
rev: 5.12.0
45+
rev: 5.13.2
4646
hooks:
4747
- id: isort
4848
args: ["--filter-files"]
@@ -53,7 +53,7 @@ repos:
5353
# - id: yesqa
5454

5555
- repo: https://github.com/pre-commit/pre-commit-hooks
56-
rev: "v4.4.0"
56+
rev: "v4.6.0"
5757
hooks:
5858
- id: check-ast
5959
- id: check-builtin-literals

0 commit comments

Comments
 (0)