Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
ignore cronitor with flake8
  • Loading branch information
robweber committed Oct 20, 2023
1 parent 6a65788 commit 48262a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Python Code Check

on: [push, pull_request, workflow_dispatch]
on: [push, pull_request]

jobs:
flake8-lint:
Expand All @@ -16,4 +16,5 @@ jobs:
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
max-line-length: "150"
ignore: "E501"
exclude: "croniter.py"
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Changed

- updated in app and addon.xml translations
- moved code checking workflows from Travis CI to GitHub Actions ([Kodi Addon Checker](https://github.com/xbmc/action-kodi-addon-checker) and Flake8 Python check)

### Fixed

Expand Down

0 comments on commit 48262a3

Please sign in to comment.