File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 4545 - name : Run linter
4646 run : |
4747 pylint --rcfile=.pylintrc pyrpm
48+
49+ check-spelling :
50+ runs-on : ubuntu-latest
51+ name : Spell check source files
52+ steps :
53+ - uses : actions/checkout@v5
54+
55+ - name : Check for spelling mistakes
56+
Original file line number Diff line number Diff line change 1+ # .typos.toml (https://github.com/crate-ci/typos)
2+
3+ [files ]
4+ extend-exclude = [" tests/**/*.spec" ]
Original file line number Diff line number Diff line change 33## 0.x.y (YYYY-MM-DD)
44
55- Clean up typing; add basedpyright to CI.
6- - Fix a possible endless loop with recursice macro expansion.
6+ - Fix a possible endless loop with recursive macro expansion.
77- Add support for Python 3.14.
88- Drop support for Python 3.9 version.
99
You can’t perform that action at this time.
0 commit comments