mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
[pre-commit.ci] pre-commit autoupdate (#2335)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
![66853113+pre-commit-ci[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
GitHub

parent
bafdf25074
commit
e8ac69941a
@@ -24,14 +24,14 @@ repos:
|
|||||||
|
|
||||||
# Automatically sort python imports
|
# Automatically sort python imports
|
||||||
- repo: https://github.com/PyCQA/isort
|
- repo: https://github.com/PyCQA/isort
|
||||||
rev: c8ab4a5b21bac924d106e3103dd7c979fdd0f9bc # frozen: 6.0.1
|
rev: ec0efaee4acfce198521e43caa3029b06cedd64a # frozen: 6.1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
args: [--profile, black]
|
args: [--profile, black]
|
||||||
|
|
||||||
# Autoformat: Python code
|
# Autoformat: Python code
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black-pre-commit-mirror
|
||||||
rev: af0ba72a73598c76189d6dd1b21d8532255d5942 # frozen: 25.9.0
|
rev: fe95161893684893d68b1225356702ca71f8d388 # frozen: 25.9.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
args: [--target-version=py312]
|
args: [--target-version=py312]
|
||||||
|
Reference in New Issue
Block a user