Skip to content

Commit 1229c5e

Browse files
chore: update pre-commit hooks (#86)
updates: - [github.com/adamchainz/blacken-docs: 1.19.0 → 1.19.1](adamchainz/blacken-docs@1.19.0...1.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](astral-sh/ruff-pre-commit@v0.7.0...v0.7.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bccfd33 commit 1229c5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
additional_dependencies: [pyyaml]
3434

3535
- repo: https://github.com/adamchainz/blacken-docs
36-
rev: 1.19.0
36+
rev: 1.19.1
3737
hooks:
3838
- id: blacken-docs
3939
additional_dependencies: [black==23.*]
@@ -67,7 +67,7 @@ repos:
6767
exclude: \.ipynb$
6868

6969
- repo: https://github.com/astral-sh/ruff-pre-commit
70-
rev: v0.7.0
70+
rev: v0.7.1
7171
hooks:
7272
- id: ruff
7373
args: [--fix-only, --show-fixes]

0 commit comments

Comments
 (0)