File tree 6 files changed +98
-28
lines changed 6 files changed +98
-28
lines changed Original file line number Diff line number Diff line change 70
70
71
71
- name : Install poetry
72
72
run : |
73
- python -m pip install poetry==1.8.3
73
+ python -m pip install poetry==2.0.0
74
74
75
75
- name : Configure poetry
76
76
run : |
Original file line number Diff line number Diff line change 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
5
+ rev : " cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b" # frozen: v5.0.0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
- id : end-of-file-fixer
9
9
- id : check-yaml
10
10
- id : check-added-large-files
11
11
- repo : https://github.com/astral-sh/ruff-pre-commit
12
- rev : f0b5944bef86f50d875305821a0ab0d8c601e465 # frozen: v0.8.4
12
+ rev : " 89c421dff2e1026ba12cdb9ebd731f4a83aa8021 " # frozen: v0.8.6
13
13
hooks :
14
14
- id : ruff
15
15
args : [ --fix ]
16
16
- 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