File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 73
73
# Sorts Python imports according to PEP8
74
74
# https://www.python.org/dev/peps/pep-0008/#imports
75
75
- repo : https://github.com/pycqa/isort
76
- rev : 5.13.1
76
+ rev : 5.13.2
77
77
hooks :
78
78
- id : isort
79
79
name : isort (python)
@@ -91,15 +91,15 @@ repos:
91
91
92
92
# Python Formatting
93
93
- repo : https://github.com/psf/black
94
- rev : 23.11 .0 # Keep in sync with blacken-docs
94
+ rev : 23.12 .0 # Keep in sync with blacken-docs
95
95
hooks :
96
96
- id : black
97
97
- repo : https://github.com/asottile/blacken-docs
98
98
rev : 1.16.0
99
99
hooks :
100
100
- id : blacken-docs
101
101
additional_dependencies :
102
- - black==23.11 .0 # keep in sync with black hook
102
+ - black==23.12 .0 # keep in sync with black hook
103
103
# TODO: black-jupyter
104
104
105
105
# Jupyter Notebooks: clean up all cell outputs
You can’t perform that action at this time.
0 commit comments