Skip to content

Commit

Permalink
Merge pull request #38 from Chr157i4n/dev
Browse files Browse the repository at this point in the history
version 0.3.2
  • Loading branch information
Chr157i4n authored Nov 7, 2023
2 parents 36b4d88 + ae01398 commit 5176cd3
Show file tree
Hide file tree
Showing 17 changed files with 977 additions and 714 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
pylint $(git ls-files '*.py') --disable=C0103
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## version 0.3.2
- add pylint github action
- fixed code to pass pylint check

## version 0.3.1
- added threaded movement
- added test_script_07_threads.py
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = TMC_2209_Raspberry_Pi
version = 0.3.1
version = 0.3.2
author = Christian Köhlke
author_email = [email protected]
description = this is a Python libary to drive a stepper motor with a Trinamic TMC2209 stepper driver and a Raspberry Pi
Expand Down
Loading

0 comments on commit 5176cd3

Please sign in to comment.