Skip to content

Commit 756b2a1

Browse files
[pre-commit.ci] pre-commit autoupdate (#6993)
updates: - [github.com/myint/autoflake: v1.5.1 → v1.5.3](PyCQA/autoflake@v1.5.1...v1.5.3) - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 18454c2 commit 756b2a1

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
@@ -10,7 +10,7 @@ repos:
1010
- id: mixed-line-ending
1111
# This wants to go before isort & flake8
1212
- repo: https://github.com/myint/autoflake
13-
rev: "v1.5.1"
13+
rev: "v1.5.3"
1414
hooks:
1515
- id: autoflake # isort should run before black as black sometimes tweaks the isort output
1616
args: ["--in-place", "--ignore-init-module-imports"]
@@ -26,7 +26,7 @@ repos:
2626
- "--py38-plus"
2727
# https://github.com/python/black#version-control-integration
2828
- repo: https://github.com/psf/black
29-
rev: 22.6.0
29+
rev: 22.8.0
3030
hooks:
3131
- id: black
3232
- id: black-jupyter

0 commit comments

Comments
 (0)