Skip to content

Commit

Permalink
🆕 A2L parser written in C++
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Oct 4, 2024
1 parent 0375372 commit b2e8f2c
Show file tree
Hide file tree
Showing 6 changed files with 270 additions and 250 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.12.93
current_version = 0.13.0
commit = True
tag = True

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
# - os: ubuntu-latest
# cibw_archs: "aarch64"
steps:
- name: Install prerequisites
run: sudo apt-get install -y gcc cmake libssl-dev libpython3-dev python3-dev libffi-dev

- uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ repos:
language: system
types: [python]
require_serial: true
args: [--darglint-ignore-regex, .*]
# args: [--darglint-ignore-regex, .*]
- id: isort
name: isort
entry: isort
Expand Down
Loading

0 comments on commit b2e8f2c

Please sign in to comment.