mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 01:54:04 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -24,14 +24,14 @@ repos:
|
||||
|
||||
# Automatically sort python imports
|
||||
- repo: https://github.com/PyCQA/isort
|
||||
rev: ec0efaee4acfce198521e43caa3029b06cedd64a # frozen: 6.1.0
|
||||
rev: ec0efaee4acfce198521e43caa3029b06cedd64a # frozen: 6.1.0
|
||||
hooks:
|
||||
- id: isort
|
||||
args: [--profile, black]
|
||||
|
||||
# Autoformat: Python code
|
||||
- repo: https://github.com/psf/black-pre-commit-mirror
|
||||
rev: fe95161893684893d68b1225356702ca71f8d388 # frozen: 25.9.0
|
||||
rev: fe95161893684893d68b1225356702ca71f8d388 # frozen: 25.9.0
|
||||
hooks:
|
||||
- id: black
|
||||
args: [--target-version=py312]
|
||||
|
Reference in New Issue
Block a user