Skip to content

Commit 8251bfa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.4.0 → v3.19.1](asottile/pyupgrade@v3.4.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.1.1 → v2.3.1](PyCQA/autoflake@v2.1.1...v2.3.1) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.2](PyCQA/flake8@6.0.0...7.1.2) - [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0) - [github.com/PyCQA/isort: 5.12.0 → 6.0.0](PyCQA/isort@5.12.0...6.0.0) - [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 27fcc68 commit 8251bfa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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.4.0"
8+
rev: "v3.19.1"
99
hooks:
1010
- id: pyupgrade
1111
args: ["--py37-plus", "--keep-runtime-typing"]
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.1.1"
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/asottile/yesqa
44-
rev: "v1.4.0"
44+
rev: "v1.5.0"
4545
hooks:
4646
- id: yesqa
4747
additional_dependencies:
@@ -55,13 +55,13 @@ repos:
5555
- pyflakes==3.0.1
5656

5757
- repo: https://github.com/PyCQA/isort
58-
rev: "5.12.0"
58+
rev: "6.0.0"
5959
hooks:
6060
- id: isort
6161
args: ["--filter-files"]
6262

6363
- repo: https://github.com/pre-commit/pre-commit-hooks
64-
rev: "v4.4.0"
64+
rev: "v5.0.0"
6565
hooks:
6666
- id: check-ast
6767
- id: check-builtin-literals
@@ -103,6 +103,6 @@ repos:
103103
- id: text-unicode-replacement-char
104104

105105
- repo: https://github.com/mgedmin/check-manifest
106-
rev: "0.49"
106+
rev: "0.50"
107107
hooks:
108108
- id: check-manifest

0 commit comments

Comments
 (0)