Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 3c54a8e

Browse files
ENH: Autoupdate hooks [pre-commit.ci]
updates: - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - [github.com/pre-commit/mirrors-autopep8: v1.6.0 → v2.0.0](pre-commit/mirrors-autopep8@v1.6.0...v2.0.0)
1 parent ca48126 commit 3c54a8e

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
@@ -23,13 +23,13 @@ repos:
2323
- --fix=lf
2424

2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 4.0.1
26+
rev: 5.0.4
2727
hooks:
2828
- id: flake8
2929
additional_dependencies:
3030
- flake8-typing-imports==1.7.0
3131

3232
- repo: https://github.com/pre-commit/mirrors-autopep8
33-
rev: v1.6.0
33+
rev: v2.0.0
3434
hooks:
3535
- id: autopep8

0 commit comments

Comments
 (0)