Skip to content

Commit b6fb5ca

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/hhatto/autopep8: v2.2.0 → v2.3.0](hhatto/autopep8@v2.2.0...v2.3.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
1 parent cf1d5bf commit b6fb5ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ repos:
2828
- id: pyupgrade
2929
args: [--py38-plus]
3030
- repo: https://github.com/hhatto/autopep8
31-
rev: v2.2.0
31+
rev: v2.3.0
3232
hooks:
3333
- id: autopep8
3434
- repo: https://github.com/PyCQA/flake8
35-
rev: 7.0.0
35+
rev: 7.1.0
3636
hooks:
3737
- id: flake8
3838
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)