[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:
pre-commit-ci[bot] 2021-09-15 12:57:54 +02:00 committed by GitHub
commit e475e13b22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 3 deletions

View file

@ -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"
]
}
}

View file

@ -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