File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ repos:
1111 - id : check-case-conflict
1212 - id : check-merge-conflict
1313- repo : https://github.com/psf/black
14- rev : 24.10 .0
14+ rev : 25.1 .0
1515 hooks :
1616 - id : black
1717- repo : https://github.com/pycqa/isort
18- rev : 5.13.2
18+ rev : 6.0.1
1919 hooks :
2020 - id : isort
2121- repo : https://github.com/pycqa/flake8
22- rev : 7.1.1
22+ rev : 7.2.0
2323 hooks :
2424 - id : flake8
2525- repo : https://github.com/pycqa/pydocstyle
3333 - id : rst-directive-colons
3434 - id : rst-inline-touching-normal
3535- repo : https://github.com/codespell-project/codespell
36- rev : v2.3.0
36+ rev : v2.4.1
3737 hooks :
3838 - id : codespell
Original file line number Diff line number Diff line change 11"""
2- Runs unit tests on utils.py
2+ Runs unit tests on utils.py
33"""
44
55import json
You can’t perform that action at this time.
0 commit comments