Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
saschahofmann authored Mar 21, 2024
2 parents b50a54d + cd041a2 commit 64d3905
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-mastodon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Send toot to Mastodon
if: ${{ github.event.inputs.dry-run != 'true' }} || ${{ github.event_name == 'release' }}
uses: cbrgm/mastodon-github-action@c270dd8335f7dee5939e572591fad4dd74e38072 # v2.0.3
uses: cbrgm/mastodon-github-action@7f6bb8c296e5a08b27d82c97157bdc1fcbec2045 # v2.0.4
with:
url: ${{ secrets.MASTODON_URL }}
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
- id: yamllint
args: [ '--config-file=.yamllint.yaml' ]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
Expand Down Expand Up @@ -61,7 +61,7 @@ repos:
- id: nbqa-pyupgrade
args: [ '--py39-plus' ]
- id: nbqa-black
additional_dependencies: [ 'black==24.2.0' ]
additional_dependencies: [ 'black==24.3.0' ]
- id: nbqa-isort
- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
Expand All @@ -73,7 +73,7 @@ repos:
rev: v0.3.9
hooks:
- id: blackdoc
additional_dependencies: [ 'black==24.2.0' ]
additional_dependencies: [ 'black==24.3.0' ]
exclude: '(xclim/indices/__init__.py|docs/installation.rst)'
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
# Dev tools and testing
"black ==24.2.0",
"black ==24.3.0",
"blackdoc ==0.3.9",
"bump-my-version >=0.17.1",
"codespell",
Expand Down

0 comments on commit 64d3905

Please sign in to comment.