Commit 19cc5b5 1 parent 4267ee6 commit 19cc5b5 Copy full SHA for 19cc5b5
File tree 2 files changed +4
-5
lines changed
examples/python_linked_multi_process_step
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
3
3
- repo : https://github.com/psf/black
4
- rev : 24.10 .0
4
+ rev : 25.1 .0
5
5
hooks :
6
6
- id : black
7
7
exclude : ^(src/ansys/hps/client/rms/models.py)
8
8
9
9
- repo : https://github.com/pycqa/isort
10
- rev : 5.13.2
10
+ rev : 6.0.0
11
11
hooks :
12
12
- id : isort
13
13
# exclude: ^(src/ansys/hps/client/jms/resource/|src/ansys/hps/client/auth/resource/)
19
19
exclude : ^(src/ansys/hps/client/jms/resource/|src/ansys/hps/client/auth/resource/)
20
20
21
21
- repo : https://github.com/codespell-project/codespell
22
- rev : v2.4.0
22
+ rev : v2.4.1
23
23
hooks :
24
24
- id : codespell
25
25
exclude : >
Original file line number Diff line number Diff line change 20
20
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
# SOFTWARE.
22
22
23
- """
24
- """
23
+ """ """
25
24
import argparse
26
25
import json
27
26
import logging
You can’t perform that action at this time.
0 commit comments