mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
[pre-commit.ci] pre-commit autoupdate (#2044)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v2.25.0 → v2.26.0](https://github.com/asottile/pyupgrade/compare/v2.25.0...v2.26.0) * trying to fix missing mathrsfs.sty for macos pipeline * install same set of tex packages for macos as for windows Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Darylgolden <darylgolden@gmail.com> Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
This commit is contained in:
parent
209474a2f3
commit
e475e13b22
2 changed files with 13 additions and 3 deletions
14
.github/manimdependency.json
vendored
14
.github/manimdependency.json
vendored
|
|
@ -29,14 +29,24 @@
|
|||
"standalone",
|
||||
"preview",
|
||||
"doublestroke",
|
||||
"ms",
|
||||
"everysel",
|
||||
"setspace",
|
||||
"rsfs",
|
||||
"relsize",
|
||||
"ragged2e",
|
||||
"fundus-calligra",
|
||||
"microtype",
|
||||
"wasysym",
|
||||
"physics",
|
||||
"dvisvgm",
|
||||
"rsfs",
|
||||
"jknapltx",
|
||||
"wasy",
|
||||
"cm-super"
|
||||
"cm-super",
|
||||
"babel-english",
|
||||
"gnu-freefont",
|
||||
"mathastext",
|
||||
"cbfonts-fd"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ repos:
|
|||
hooks:
|
||||
- id: add-trailing-comma
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v2.25.0
|
||||
rev: v2.26.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
name: Update code to new python versions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue