kopia lustrzana https://github.com/jupyterhub/repo2docker
Merge pull request #1394 from jupyterhub/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdatepull/1445/head
commit
a55f54b8aa
|
@ -11,7 +11,7 @@
|
|||
repos:
|
||||
# Autoformat: Python code, syntax patterns are modernized
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v3.19.0
|
||||
rev: v3.20.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args:
|
||||
|
@ -23,7 +23,7 @@ repos:
|
|||
|
||||
# Autoformat: Python code
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 24.10.0
|
||||
rev: 25.1.0
|
||||
hooks:
|
||||
- id: black
|
||||
args:
|
||||
|
@ -35,7 +35,7 @@ repos:
|
|||
|
||||
# Autoformat: Python code
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 5.13.2
|
||||
rev: 6.0.1
|
||||
hooks:
|
||||
- id: isort
|
||||
args:
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
"""Generates a variety of Dockerfiles based on an input matrix
|
||||
"""
|
||||
"""Generates a variety of Dockerfiles based on an input matrix"""
|
||||
|
||||
import os
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue