update astyle-py to v0.9.0, fixes running pre-commit on an arm64 macOS

This commit is contained in:
Ivan Grokhotkov 2022-12-05 22:24:31 +01:00
parent 8c584ba58a
commit 9d3971c57c
No known key found for this signature in database
GPG Key ID: 1E050E141B280628
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/igrr/astyle_py.git
rev: master
rev: v0.9.0
hooks:
- id: astyle_py
args: ['--style=otbs', '--attach-namespaces', '--attach-classes', '--indent=spaces=4', '--convert-tabs', '--align-pointer=name', '--align-reference=name', '--keep-one-line-statements', '--pad-header', '--pad-oper']