File tree Expand file tree Collapse file tree 6 files changed +98
-28
lines changed Expand file tree Collapse file tree 6 files changed +98
-28
lines changed Original file line number Diff line number Diff line change 7070
7171 - name : Install poetry
7272 run : |
73- python -m pip install poetry==1.8.3
73+ python -m pip install poetry==2.0.0
7474
7575 - name : Configure poetry
7676 run : |
Original file line number Diff line number Diff line change 22# See https://pre-commit.com/hooks.html for more hooks
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
5+ rev : " cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b" # frozen: v5.0.0
66 hooks :
77 - id : trailing-whitespace
88 - id : end-of-file-fixer
99 - id : check-yaml
1010 - id : check-added-large-files
1111 - repo : https://github.com/astral-sh/ruff-pre-commit
12- rev : f0b5944bef86f50d875305821a0ab0d8c601e465 # frozen: v0.8.4
12+ rev : " 89c421dff2e1026ba12cdb9ebd731f4a83aa8021 " # frozen: v0.8.6
1313 hooks :
1414 - id : ruff
1515 args : [ --fix ]
1616 - id : ruff-format
17+ - repo : https://github.com/python-poetry/poetry
18+ rev : " f03d8f98781934df7910be5b6c14756e047ef432" # frozen: 2.0.0
19+ hooks :
20+ - id : poetry-check
21+ args : ["--lock"]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments