Skip to content

Commit 936bd9f

Browse files
committed
fix!: change matplotlib keyword to conventional abbr plt
1 parent 56fefa4 commit 936bd9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/devdocs/update-devdocs.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ import fs from "node:fs";
1414

1515
/** @type {Record<string, string>} */
1616
const aliases = {
17-
// aliases added on top of the ones from devdocs
17+
// ALIASES ADDED/CHANGED BY ME on top of the ones from devdocs
1818
hammerspoon: "hs",
1919
// biome-ignore lint/style/useNamingConvention: not set by me
2020
browser_support_tables: "cani",
21+
matplotlib: "plt", // conventional abbreviation: https://docs.astral.sh/ruff/settings/#lint_flake8-import-conventions_aliases
2122

2223
// PENDING https://github.com/freeCodeCamp/devdocs/issues/2210
2324
// devdocs aliases https://devdocs.io/help#aliases
@@ -36,7 +37,6 @@ const aliases = {
3637
lodash: "_",
3738
marionette: "mn",
3839
markdown: "md",
39-
matplotlib: "mpl",
4040
modernizr: "mdr",
4141
moment: "mt", // removed `.js`
4242
openjdk: "java",

0 commit comments

Comments
 (0)