Skip to content

Commit 1f4a72d

Browse files
Update pre-commit repos (#223)
1 parent 730fb4e commit 1f4a72d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: c4a0b883114b00d8d76b479c820ce7950211c99b # frozen: v4.5.0
6+
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-ast
@@ -26,7 +26,7 @@ repos:
2626
args: [--prose-wrap=preserve]
2727

2828
- repo: https://github.com/psf/black
29-
rev: 552baf822992936134cbd31a38f69c8cfe7c0f05 # frozen: 24.3.0
29+
rev: 3702ba224ecffbcec30af640c149f231d90aebdb # frozen: 24.4.2
3030
hooks:
3131
- id: black
3232

@@ -36,16 +36,16 @@ repos:
3636
- id: blacken-docs
3737

3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: 12af25eb252deaaecb6b259df40d01f42e716dc3 # frozen: v3.15.2
39+
rev: 32151ac97cbfd7f9dcd22e49516fb32266db45b4 # frozen: v3.16.0
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py38-plus]
4343

4444
- repo: https://github.com/codespell-project/codespell
45-
rev: "6e41aba91fb32e9feb741a6258eefeb9c6e4a482" # frozen: v2.2.6
45+
rev: "193cd7d27cd571f79358af09a8fb8997e54f8fff" # frozen: v2.3.0
4646
hooks:
4747
- id: codespell
48-
args: ["-w", "-L", "ist,cant,connexion,multline"]
48+
args: ["-w", "-L", "ist,cant,connexion,multline,checkin"]
4949
ci:
5050
autofix_prs: false
5151
autofix_commit_msg: "[pre-commit.ci 🤖] Apply code format tools to PR"

content/posts/matplotlib/ipcc-sr15/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ and on [GitHub](https://github.com/iiasa/ipcc_sr15_scenario_analysis).
6868
<figure style="width: 600px ">
6969
<img src="sr15-fig2.4.png" style="width: 600px; "/>
7070
<figcaption style="text-align: center; color: grey; font-size: small">
71-
Figure 2.4 of the IPCC SR15, showing the range of assumptions of socio-economic drivers<br />
71+
Figure 2.4 of the IPCC SR15, showing the range of assumptions of socioeconomic drivers<br />
7272
across the IAMC 1.5°C Scenario Ensemble<br />
7373
Drawn with Matplotlib, source code available <a href="https://data.ene.iiasa.ac.at/sr15_scenario_analysis/assessment/sr15_2.3.1_range_of_assumptions.html">here</a>
7474
</figcaption>

0 commit comments

Comments
 (0)