Skip to content

Commit 1ab3a1f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.11.0](asottile/pyupgrade@v3.3.1...v3.11.0) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
1 parent d53faea commit 1ab3a1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: trailing-whitespace
1818

1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.3.1
20+
rev: v3.11.0
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py37-plus]
@@ -28,12 +28,12 @@ repos:
2828
- id: isort
2929

3030
- repo: https://github.com/psf/black
31-
rev: 23.3.0
31+
rev: 23.9.1
3232
hooks:
3333
- id: black
3434

3535
- repo: https://github.com/PyCQA/flake8
36-
rev: 6.0.0
36+
rev: 6.1.0
3737
hooks:
3838
- id: flake8
3939

0 commit comments

Comments
 (0)