Skip to content

Commit 647ac4b

Browse files
[pre-commit.ci] pre-commit autoupdate (#6964)
1 parent 3d3b236 commit 647ac4b

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.4"
13+
rev: "v1.5.1"
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"]
@@ -31,7 +31,7 @@ repos:
3131
- id: black
3232
- id: black-jupyter
3333
- repo: https://github.com/keewis/blackdoc
34-
rev: v0.3.5
34+
rev: v0.3.6
3535
hooks:
3636
- id: blackdoc
3737
exclude: "generate_reductions.py"

0 commit comments

Comments
 (0)