Compare commits

..

No commits in common. "6738ab17caacc937a41c50e6d76a4ae8a979287e" and "8a22d5ce23f55fe89971fe286d27bf6df64e8200" have entirely different histories.

View file

@ -18,7 +18,6 @@ jobs:
- name: Analysing code with Ruff
run: ruff check $(git ls-files '*.py')
continue-on-error: true
- name: Analysing code with Pylint
run: pylint --rcfile=.forgejo/workflows/config/.pylintrc $(git ls-files '*.py')