File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 strategy :
1616 fail-fast : false
1717 matrix :
18- python-version : ["3.9", "3. 10", "3.11", "3.12"]
18+ python-version : ["3.10", "3.11", "3.12"]
1919 os : ["ubuntu-latest", "windows-latest", "macos-latest"]
2020 runs-on : ${{ matrix.os }}
2121 steps :
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 - name : Install Poetry
28- uses : snok/install-poetry@v1
28+ uses : snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a
2929 with :
3030 virtualenvs-create : true
3131 virtualenvs-in-project : true
Original file line number Diff line number Diff line change @@ -22,5 +22,8 @@ class Comment:
2222 ".r" : Comment ("#" ),
2323 ".py" : Comment ("#" ),
2424 ".ps1" : Comment ("#" ),
25- ".rb" : Comment ("#" )
25+ ".rb" : Comment ("#" ),
26+ ".yml" : Comment ("#" ),
27+ ".yaml" : Comment ("#" ),
28+ "" : Comment ("#" ), # Default comment style for unknown file types
2629}
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " codestripper"
3- version = " 1.1.1 "
3+ version = " 1.1.2 "
44description = " CodeStripper used to strip code from assignments"
55authors = [" Bonajo <m.bonajo@fontys.nl>" ]
66maintainers = [" Bonajo <m.bonajo@fontys.nl>" ]
You can’t perform that action at this time.
0 commit comments