File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1515 push :
1616 branches : [ main ]
1717 pull_request :
18- # The branches below must be a subset of the branches above
1918 branches : [ main ]
2019 schedule :
21- - cron : ' 25 23 * * 0 '
20+ - cron : " 0 0 1 * * "
2221
2322jobs :
2423 analyze :
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: Test package
22
33on :
44 push :
5+ branches : [ main ]
56 pull_request :
67 workflow_dispatch :
78
Original file line number Diff line number Diff line change 33repos :
44
55 - repo : https://github.com/asottile/pyupgrade
6- rev : v3.19.1
6+ rev : v3.20.0
77 hooks :
88 - id : pyupgrade
99 args : ["--py38-plus"]
1010
1111 - repo : https://github.com/adamchainz/django-upgrade
12- rev : 1.24 .0
12+ rev : 1.25 .0
1313 hooks :
1414 - id : django-upgrade
1515 args : ["--target-version", "3.0"]
1616
1717 - repo : https://github.com/astral-sh/ruff-pre-commit
18- rev : v0.11.7
18+ rev : v0.11.13
1919 hooks :
2020 - id : ruff
2121 args : [--fix, --exit-non-zero-on-fix]
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ Released under [MIT License](LICENSE.txt).
176176
177177- :star : Star this project on [ GitHub] ( https://github.com/fabiocaccamo/django-colorfield )
178178- :octocat: Follow me on [ GitHub] ( https://github.com/fabiocaccamo )
179- - :blue_heart : Follow me on [ Twitter ] ( https://twitter.com/ fabiocaccamo )
179+ - :blue_heart : Follow me on [ Bluesky ] ( https://bsky.app/profile/ fabiocaccamo.bsky.social )
180180- :moneybag : Sponsor me on [ Github] ( https://github.com/sponsors/fabiocaccamo )
181181
182182## See also
Original file line number Diff line number Diff line change 2929 -r requirements-test.txt
3030
3131commands =
32- pre-commit run -a
32+ pre-commit run --all-files
3333 coverage run --append --source =colorfield runtests.py
3434 coverage report --show-missing --ignore-errors
3535
You can’t perform that action at this time.
0 commit comments