We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f1fab0 + 0ece764 commit a55f54bCopy full SHA for a55f54b
.pre-commit-config.yaml
@@ -11,7 +11,7 @@
11
repos:
12
# Autoformat: Python code, syntax patterns are modernized
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v3.19.0
+ rev: v3.20.0
15
hooks:
16
- id: pyupgrade
17
args:
@@ -23,7 +23,7 @@ repos:
23
24
# Autoformat: Python code
25
- repo: https://github.com/psf/black
26
- rev: 24.10.0
+ rev: 25.1.0
27
28
- id: black
29
@@ -35,7 +35,7 @@ repos:
35
36
37
- repo: https://github.com/pycqa/isort
38
- rev: 5.13.2
+ rev: 6.0.1
39
40
- id: isort
41
repo2docker/buildpacks/docker.py
@@ -1,5 +1,4 @@
1
-"""Generates a variety of Dockerfiles based on an input matrix
2
-"""
+"""Generates a variety of Dockerfiles based on an input matrix"""
3
4
import os
5
0 commit comments