Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/FlamingTempura/bibtex-tidy: v1.9.0 → v1.11.0](FlamingTempura/bibtex-tidy@v1.9.0...v1.11.0)
- [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.12.0 → v2.13.0](macisamuele/language-formatters-pre-commit-hooks@v2.12.0...v2.13.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.0 → v0.4.1](astral-sh/ruff-pre-commit@v0.3.0...v0.4.1)
  • Loading branch information
pre-commit-ci[bot] committed Apr 22, 2024
1 parent ed3f66f commit 789f3ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
@@ -1,16 +1,16 @@
exclude: ^assets/lib/
repos:
- repo: https://github.com/FlamingTempura/bibtex-tidy
rev: v1.9.0 # DO NOT CHANGE, see https://github.com/FlamingTempura/bibtex-tidy/issues/419
rev: v1.11.0 # DO NOT CHANGE, see https://github.com/FlamingTempura/bibtex-tidy/issues/419
hooks:
- id: bibtex-tidy
args: [--no-backup, --sort, --sort-fields]
- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
rev: 0.7.1
hooks:
- id: nbstripout
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-ast
- id: check-case-conflict
Expand All @@ -28,14 +28,14 @@ repos:
- id: prettier
types_or: [css, javascript, json]
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.12.0
rev: v2.13.0
hooks:
- id: pretty-format-yaml
args: [--autofix]
- id: pretty-format-toml
args: [--autofix, --trailing-commas]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.0
rev: v0.4.1
hooks:
- id: ruff
args: [--fix]
Expand Down

0 comments on commit 789f3ae

Please sign in to comment.