Skip to content

Commit dded9ca

Browse files
[pre-commit.ci] pre-commit autoupdate (#3181)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.14.0](astral-sh/ruff-pre-commit@v0.13.0...v0.14.0) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) * getting ahead of next bump --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: FBruzzesi <[email protected]>
1 parent 51b3302 commit dded9ca

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
@@ -3,7 +3,7 @@ ci:
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
55
# Ruff version.
6-
rev: 'v0.13.0'
6+
rev: 'v0.14.0'
77
hooks:
88
# Run the formatter.
99
- id: ruff-format
@@ -84,7 +84,7 @@ repos:
8484
language: pygrep
8585
files: ^\.github/workflows/
8686
- repo: https://github.com/adamchainz/blacken-docs
87-
rev: "1.19.1" # replace with latest tag on GitHub
87+
rev: "1.20.0" # replace with latest tag on GitHub
8888
hooks:
8989
- id: blacken-docs
9090
args: [--skip-errors]

0 commit comments

Comments
 (0)