Skip to content

Commit

Permalink
change(ci): update astyle_py to 1.0.5
Browse files Browse the repository at this point in the history
Fixes pre-commit failing with Python 3.12, among other things
  • Loading branch information
igrr committed Oct 27, 2023
1 parent 21277f5 commit 13a57e9
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 13a57e9

Please sign in to comment.