Skip to content

Commit fd03c2d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.8.0 → v3.10.1](asottile/pyupgrade@v3.8.0...v3.10.1) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent d2e0c30 commit fd03c2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

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

77
- repo: https://github.com/asottile/pyupgrade
8-
rev: "v3.8.0"
8+
rev: "v3.10.1"
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.7.0"
1515
hooks:
1616
- id: black
1717
args: ["--target-version", "py37"]
@@ -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)