Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/pandas-dev/pandas into fran…
Browse files Browse the repository at this point in the history
…co-unstack
  • Loading branch information
rhshadrach committed May 21, 2024
2 parents 14f5da6 + 1e3bf39 commit 091b6e1
Show file tree
Hide file tree
Showing 54 changed files with 981 additions and 650 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Purge caches once a week
name: Purge caches daily
on:
schedule:
# 4:10 UTC on Sunday
- cron: "10 4 * * 0"
# 4:10 UTC daily
- cron: "10 4 * * *"

jobs:
cleanup:
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ repos:
rev: v0.9.1
hooks:
- id: sphinx-lint
args: ["--enable", "all", "--disable", "line-too-long"]
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.4
hooks:
Expand Down
191 changes: 0 additions & 191 deletions LICENSES/XARRAY_LICENSE

This file was deleted.

Loading

0 comments on commit 091b6e1

Please sign in to comment.