Compare commits

...

1 Commits

Author SHA1 Message Date
pre-commit-ci[bot] 167fdcf6bd
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/blacken-docs: 1.16.0 → 1.18.0](https://github.com/asottile/blacken-docs/compare/1.16.0...1.18.0)
- [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.5.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.10...v0.5.1)
2024-07-08 21:40:16 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ repos:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
rev: 1.18.0
hooks:
- id: blacken-docs
@ -36,7 +36,7 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.10
rev: v0.5.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]