Skip to content

Commit

Permalink
Merge 9240e78 into 2d23402
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
2 parents 2d23402 + 9240e78 commit b6f820e
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 81 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [ '--py39-plus' ]
Expand Down Expand Up @@ -44,7 +44,7 @@ repos:
args: [ '--profile=black', '--filter-files', "--add_imports='from __future__ import annotations'" ]
exclude: ^docs/
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.9
rev: v0.3.5
hooks:
- id: ruff
- repo: https://github.com/pycqa/flake8
Expand All @@ -59,18 +59,18 @@ repos:
- id: blackdoc
additional_dependencies: [ 'black==24.3.0' ]
- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
rev: 0.7.1
hooks:
- id: nbstripout
files: '.ipynb'
args: [ '--extra-keys=metadata.kernelspec' ]
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint
args: [ '--config-file=.yamllint.yaml' ]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.3
rev: 0.28.1
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand Down
14 changes: 7 additions & 7 deletions docs/notebooks/figanos_colours.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"cells": [
{
"cell_type": "markdown",
"id": "3c31c5fc",
"id": "0",
"metadata": {},
"source": [
"# Colours of Figanos"
]
},
{
"cell_type": "markdown",
"id": "002be0b5",
"id": "1",
"metadata": {},
"source": [
"On this page, we present Figanos colours and colormaps, following the [IPCC visual style guide](https://www.ipcc.ch/site/assets/uploads/2022/09/IPCC_AR6_WGI_VisualStyleGuide_2022.pdf)."
Expand All @@ -19,7 +19,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "2e83609e",
"id": "2",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -42,7 +42,7 @@
},
{
"cell_type": "markdown",
"id": "e9c74b22",
"id": "3",
"metadata": {},
"source": [
"## Colormaps\n",
Expand All @@ -52,7 +52,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "3976671b",
"id": "4",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -77,7 +77,7 @@
},
{
"cell_type": "markdown",
"id": "c6402a7c",
"id": "5",
"metadata": {},
"source": [
"## Colours"
Expand All @@ -86,7 +86,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "8cbdb1f5",
"id": "6",
"metadata": {
"pycharm": {
"name": "#%%\n"
Expand Down

0 comments on commit b6f820e

Please sign in to comment.