Skip to content

Commit

Permalink
fix for autopep8 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Schmidt authored Dec 29, 2024
1 parent ac56425 commit 638653d
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 @@ -26,8 +26,8 @@ repos:
exclude: tests/
args: ["--profile", "black"]

- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.4
- repo: https://github.com/hhatto/autopep8
rev: v2.3.1
hooks:
- id: autopep8
exclude: tests/
Expand Down

0 comments on commit 638653d

Please sign in to comment.