File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
jobs :
6
6
pre-commits :
7
7
name : pre-commit
8
- runs-on : ubuntu-latest
8
+ runs-on : ubuntu-22.04
9
9
steps :
10
- - uses : actions/checkout@v2
11
- - uses : actions/setup-python@v2
10
+ - uses : actions/checkout@v3
11
+ - uses : actions/setup-python@v4
12
12
with :
13
- python-version : 3.9.7
13
+ python-version : ' 3.10 '
14
14
- name : " Install dependencies"
15
15
run : |
16
16
python -m pip install catkin_lint
17
- - uses : pre-commit/action@v2 .0.3
17
+ - uses : pre-commit/action@v3 .0.0
18
18
with :
19
19
extra_args : --all-files --hook-stage manual
Original file line number Diff line number Diff line change 1
1
---
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v2.3 .0
4
+ rev : v4.6 .0
5
5
hooks :
6
6
- id : check-added-large-files
7
7
- id : check-docstring-first
12
12
- id : mixed-line-ending
13
13
- id : trailing-whitespace
14
14
- repo : https://github.com/psf/black
15
- rev : 21.12b0
15
+ rev : 24.4.0
16
16
hooks :
17
17
- id : black
18
18
args : ["--line-length=100"]
You can’t perform that action at this time.
0 commit comments