Skip to content

Commit

Permalink
Renamed .pre-commit.yml to pre-commit.yml
Browse files Browse the repository at this point in the history
Fixed pylint module name
  • Loading branch information
PatrickBaus committed Dec 7, 2023
1 parent b3b669b commit 3b4c9bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Run Pylint
run: |
# stop the build if there are Python syntax errors or undefined names
pylint --reports n prologix_gpib_async
pylint --reports n async_gpib

0 comments on commit 3b4c9bf

Please sign in to comment.