File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 uses : " actions/checkout@v6"
2020
2121 - name : Check for changed files
22- uses : dorny/paths-filter@v2
22+ uses : dorny/paths-filter@v4
2323 id : changes
2424 with :
2525 list-files : " json"
Original file line number Diff line number Diff line change 2222 uses : " actions/checkout@v6"
2323
2424 - name : Check for changed files
25- uses : dorny/paths-filter@v2
25+ uses : dorny/paths-filter@v4
2626 id : changes
2727 with :
2828 list-files : " json"
Original file line number Diff line number Diff line change 2727 uses : " actions/checkout@v6"
2828
2929 - name : Check for changed files
30- uses : dorny/paths-filter@v2
30+ uses : dorny/paths-filter@v4
3131 id : changes
3232 with :
3333 list-files : " json"
Original file line number Diff line number Diff line change 4040
4141 - name : Check for changed files
4242 if : startsWith(github.ref, 'refs/tags/') != true
43- uses : dorny/paths-filter@v2
43+ uses : dorny/paths-filter@v4
4444 id : changes
4545 with :
4646 list-files : " json"
Original file line number Diff line number Diff line change 4141
4242 - name : Check for changed files
4343 if : startsWith(github.ref, 'refs/tags/') != true
44- uses : dorny/paths-filter@v2
44+ uses : dorny/paths-filter@v4
4545 id : changes
4646 with :
4747 list-files : " json"
Original file line number Diff line number Diff line change 4040
4141 - name : Check for changed files
4242 if : startsWith(github.ref, 'refs/tags/') != true
43- uses : dorny/paths-filter@v2
43+ uses : dorny/paths-filter@v4
4444 id : changes
4545 with :
4646 list-files : " json"
Original file line number Diff line number Diff line change @@ -84,9 +84,11 @@ repos:
8484 - id : forbid-crlf
8585
8686 - repo : https://github.com/python-formate/snippet-fmt
87- rev : v0.1.5
87+ rev : v0.3.0
8888 hooks :
8989 - id : snippet-fmt
90+ additional_dependencies :
91+ - formate-trailing-commas>=0.1.1
9092
9193 - repo : https://github.com/python-formate/formate
9294 rev : v1.2.1
Original file line number Diff line number Diff line change @@ -23,3 +23,8 @@ bare-ignore:
2323
2424lint : unused-imports incomplete-defs bare-ignore
2525 tox -n qa
26+
27+ uncomm :
28+ git status -uall --ignored
29+
30+ # Custom commands can be added below this comment
You can’t perform that action at this time.
0 commit comments