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

Commit 9ec88d6

Browse files
ENH: Autoupdate hooks [pre-commit.ci]
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.1.0](PyCQA/flake8@4.0.1...6.1.0) - https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v1.6.0 → v2.0.4](hhatto/autopep8@v1.6.0...v2.0.4)
1 parent 2877002 commit 9ec88d6

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
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.3.0
12+
rev: v4.4.0
1313
hooks:
1414
- id: trailing-whitespace
1515
- id: end-of-file-fixer
@@ -23,13 +23,13 @@ repos:
2323
- --fix=lf
2424

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

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

0 commit comments

Comments
 (0)