Skip to content

Commit fc686a1

Browse files
chore: update pre-commit hooks
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.6.9 → v0.8.6](astral-sh/ruff-pre-commit@v0.6.9...v0.8.6)
1 parent 0cc371a commit fc686a1

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
@@ -9,7 +9,7 @@ repos:
99
- id: black-jupyter
1010

1111
- repo: https://github.com/adamchainz/blacken-docs
12-
rev: "1.19.0"
12+
rev: "1.19.1"
1313
hooks:
1414
- id: blacken-docs
1515
additional_dependencies: [black==23.7.0]
@@ -45,7 +45,7 @@ repos:
4545
args: [--prose-wrap=always]
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: "v0.6.9"
48+
rev: "v0.8.6"
4949
hooks:
5050
- id: ruff
5151
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)