Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#193)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v3.8.0 → v3.13.0](asottile/pyupgrade@v3.8.0...v3.13.0)
- [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)
- [github.com/asottile/blacken-docs: 1.14.0 → 1.16.0](adamchainz/blacken-docs@1.14.0...1.16.0)
- [github.com/FlamingTempura/bibtex-tidy: v1.8.5 → v1.11.0](FlamingTempura/bibtex-tidy@v1.8.5...v1.11.0)

* ci: Revert bibtex-tidy to v1.8.5

For some reason fs/promises cannot be found from nodejs in later
versions. I haven't checked the source code for reasons, but am
reverting for now to have working ci tests.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Brandon Butler <butlerbr@umich.edu>
  • Loading branch information
pre-commit-ci[bot] and b-butler committed Oct 4, 2023
1 parent 7db5b5a commit a2d670d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -13,7 +13,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: 'v3.8.0'
rev: 'v3.13.0'
hooks:
- id: pyupgrade
args:
Expand All @@ -23,11 +23,11 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: '23.3.0'
rev: '23.9.1'
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: '6.0.0'
rev: '6.1.0'
hooks:
- id: flake8
args:
Expand All @@ -38,7 +38,7 @@ repos:
- id: nbqa-black
- id: nbqa-pyupgrade
- repo: https://github.com/asottile/blacken-docs
rev: 1.14.0
rev: 1.16.0
hooks:
- id: blacken-docs
- repo: https://github.com/FlamingTempura/bibtex-tidy
Expand Down

0 comments on commit a2d670d

Please sign in to comment.