Skip to content

Commit b0cd485

Browse files
[pre-commit.ci] pre-commit autoupdate (#9316)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.8](astral-sh/ruff-pre-commit@v0.1.7...v0.1.8) - [github.com/PyCQA/isort: 5.13.1 → 5.13.2](PyCQA/isort@5.13.1...5.13.2) - [github.com/psf/black: 23.11.0 → 23.12.0](psf/black@23.11.0...23.12.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.7](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.7) Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent 278de0f commit b0cd485

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
doc/data/messages/m/missing-final-newline/bad/crlf.py
1818
)$
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: "v0.1.7"
20+
rev: "v0.1.8"
2121
hooks:
2222
- id: ruff
2323
args: ["--fix"]
@@ -34,12 +34,12 @@ repos:
3434
exclude: tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|setup.py|tests(/\w*)*data/
3535
types: [python]
3636
- repo: https://github.com/PyCQA/isort
37-
rev: 5.13.1
37+
rev: 5.13.2
3838
hooks:
3939
- id: isort
4040
exclude: doc/data/messages/
4141
- repo: https://github.com/psf/black
42-
rev: 23.11.0
42+
rev: 23.12.0
4343
hooks:
4444
- id: black
4545
args: [--safe, --quiet]

0 commit comments

Comments
 (0)