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 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 : " 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c " # frozen: v6 .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 : " 895ebb389825c29bd4e0addcf7579d6c69d199cc " # frozen: v0.9.6
12
+ rev : " 455f64b32459518aa82ec33b63f799ed048d65a9 " # frozen: v0.12.8
13
13
hooks :
14
14
- id : ruff
15
15
args : [ --fix ]
16
16
- id : ruff-format
17
17
- repo : https://github.com/python-poetry/poetry
18
- rev : " bd500dd3bdfaec3de6894144c9cedb3a9358be84 " # frozen: 2.0.1
18
+ rev : " 84eeadc21f92a04d46ea769e3e39d7c902e44136 " # frozen: 2.1.3
19
19
hooks :
20
20
- id : poetry-check
21
21
args : ["--lock"]
You can’t perform that action at this time.
0 commit comments