Skip to content

Commit

Permalink
Merge pull request #241 from espressif/bugfix/astyle_py_1_0_5
Browse files Browse the repository at this point in the history
change(ci): update astyle_py to 1.0.5
  • Loading branch information
igrr authored Oct 27, 2023
2 parents 21277f5 + 13a57e9 commit 9c6d614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/igrr/astyle_py.git
rev: master
rev: v1.0.5
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']
Expand Down

0 comments on commit 9c6d614

Please sign in to comment.