diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8371dba..9aabcea 100644 --- a/.pre-commit-config.yaml +++ b/.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 @@ -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]