Skip to content

Commit 9ad31d2

Browse files
authored
Move skimage meeting 1 hour earlier (#855)
* Move skimage meeting 1 hour earlier * Run linter * Switch timezone to UTC
1 parent d30ceb6 commit 9ad31d2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/rbubley/mirrors-prettier
22-
rev: c2bc67fe8f8f549cc489e00ba8b45aa18ee713b1 # frozen: v3.8.1
22+
rev: c2bc67fe8f8f549cc489e00ba8b45aa18ee713b1 # frozen: v3.8.1
2323
hooks:
2424
- id: prettier
2525
files: \.(css|md|yml|yaml)
2626
args: [--prose-wrap=preserve]
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: c60c980e561ed3e73101667fe8365c609d19a438 # frozen: v0.15.9
29+
rev: c60c980e561ed3e73101667fe8365c609d19a438 # frozen: v0.15.9
3030
hooks:
3131
- id: ruff
3232
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
3333
- id: ruff-format
3434

3535
- repo: https://github.com/codespell-project/codespell
36-
rev: "2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a" # frozen: v2.4.2
36+
rev: "2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a" # frozen: v2.4.2
3737
hooks:
3838
- id: codespell
3939
args:

calendars/skimage.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: scikit-image Community Calendar
2-
timezone: America/Los_Angeles
2+
timezone: Etc/UTC
33
events:
44
# - summary: scikit-image Community Call (Europe/Africa)
55
# description: |
@@ -34,10 +34,10 @@ events:
3434
3535
Meeting notes: https://hackmd.io/_lEfDqKRRNCYSXSS4s9uRg
3636
Archive: https://github.com/scikit-image/skimage-archive/tree/main/meeting-notes
37-
begin: 2026-01-13 13:00:00
37+
begin: 2026-01-13 19:00:00
3838
duration: { minutes: 60 }
3939
url: https://numfocus-org.zoom.us/j/86509289147?pwd=AXgP0r2sPYdekAyvenjbuztFbFwHvm.1
4040
repeat:
4141
interval:
4242
days: 7
43-
until: 2026-06-01 00:00:00
43+
until: 2026-12-01 00:00:00

0 commit comments

Comments
 (0)