Skip to content

Commit

Permalink
Merge pull request #2 from polskikh/fix-ci
Browse files Browse the repository at this point in the history
Add empty rules file to pass pylint
  • Loading branch information
polskikh authored Aug 3, 2023
2 parents 3719ea5 + 3b2f56c commit 35c77ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
cache: 'pip'
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,4 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
.vscode
5 changes: 5 additions & 0 deletions rules.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"""Contains rules for karabiner"""


def main():
"""main"""

0 comments on commit 35c77ef

Please sign in to comment.