Skip to content

Commit 38d044c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.8.0 → v3.13.0](asottile/pyupgrade@v3.8.0...v3.13.0) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [github.com/PyCQA/autoflake: v2.2.0 → v2.2.1](PyCQA/autoflake@v2.2.0...v2.2.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent bb72603 commit 38d044c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.13.0"
99
hooks:
1010
- id: pyupgrade
1111
args: ["--py37-plus"]
1212

1313
- repo: https://github.com/psf/black
14-
rev: "23.3.0"
14+
rev: "23.9.1"
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.2.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: 6.1.0
3232
hooks:
3333
- id: flake8
3434
additional_dependencies:

0 commit comments

Comments
 (0)