Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (pydata#6964)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Aug 29, 2022
1 parent 3d3b236 commit 647ac4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: mixed-line-ending
# This wants to go before isort & flake8
- repo: https://github.com/myint/autoflake
rev: "v1.4"
rev: "v1.5.1"
hooks:
- id: autoflake # isort should run before black as black sometimes tweaks the isort output
args: ["--in-place", "--ignore-init-module-imports"]
Expand All @@ -31,7 +31,7 @@ repos:
- id: black
- id: black-jupyter
- repo: https://github.com/keewis/blackdoc
rev: v0.3.5
rev: v0.3.6
hooks:
- id: blackdoc
exclude: "generate_reductions.py"
Expand Down

0 comments on commit 647ac4b

Please sign in to comment.