Skip to content

Commit

Permalink
Add --diff to autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed Oct 24, 2023
1 parent f722559 commit 926cd01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ repos:
- id: flake8
exclude: singlestoredb/clients/pymysqlsv/
additional_dependencies: [flake8-typing-imports==1.12.0]
- repo: https://github.com/pre-commit/mirrors-autopep8
- repo: https://github.com/hhatto/autopep8
rev: v2.0.4
hooks:
- id: autopep8
args: [--diff]
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.12.0
hooks:
Expand Down

0 comments on commit 926cd01

Please sign in to comment.