Skip to content

Commit cf58881

Browse files
Merge branch 'fabiocaccamo:main' into feat-hsl
2 parents 2772b72 + 87f5ec6 commit cf58881

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ on:
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

2322
jobs:
2423
analyze:

.github/workflows/test-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Test package
22

33
on:
44
push:
5+
branches: [ main ]
56
pull_request:
67
workflow_dispatch:
78

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
repos:
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]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ deps =
2929
-r requirements-test.txt
3030

3131
commands =
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

0 commit comments

Comments
 (0)