Skip to content

Commit a57a40d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.8.0 → v3.19.1](asottile/pyupgrade@v3.8.0...v3.19.1) - [github.com/psf/black: 23.3.0 → 25.1.0](psf/black@23.3.0...25.1.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.1.2](PyCQA/flake8@6.0.0...7.1.2) - [github.com/PyCQA/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/mgedmin/check-manifest: 0.49 → 0.50](mgedmin/check-manifest@0.49...0.50)
1 parent b4ddd53 commit a57a40d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

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

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

1313
- repo: https://github.com/psf/black
14-
rev: "23.3.0"
14+
rev: "25.1.0"
1515
hooks:
1616
- id: black
1717

1818
- repo: https://github.com/PyCQA/autoflake
19-
rev: v2.2.0
19+
rev: v2.3.1
2020
hooks:
2121
- id: autoflake
2222
args:
@@ -27,7 +27,7 @@ repos:
2727
- --remove-unused-variables
2828

2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 6.0.0
30+
rev: 7.1.2
3131
hooks:
3232
- id: flake8
3333
additional_dependencies:
@@ -41,7 +41,7 @@ repos:
4141
- pyflakes==3.0.1
4242

4343
- repo: https://github.com/PyCQA/isort
44-
rev: 5.12.0
44+
rev: 6.0.1
4545
hooks:
4646
- id: isort
4747
args: ["--filter-files"]
@@ -52,7 +52,7 @@ repos:
5252
# - id: yesqa
5353

5454
- repo: https://github.com/pre-commit/pre-commit-hooks
55-
rev: "v4.4.0"
55+
rev: "v5.0.0"
5656
hooks:
5757
- id: check-ast
5858
- id: check-builtin-literals
@@ -93,6 +93,6 @@ repos:
9393
- id: text-unicode-replacement-char
9494

9595
- repo: https://github.com/mgedmin/check-manifest
96-
rev: "0.49"
96+
rev: "0.50"
9797
hooks:
9898
- id: check-manifest

0 commit comments

Comments
 (0)