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 9
9
run_tests :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- name : Set up Python
14
- uses : actions/setup-python@v3
14
+ uses : actions/setup-python@v4
15
15
with :
16
16
python-version : ' 3.10'
17
17
- name : Install dependencies
Original file line number Diff line number Diff line change 9
9
10
10
repos :
11
11
- repo : https://github.com/pre-commit/pre-commit-hooks
12
- rev : v4.5 .0
12
+ rev : v5.0 .0
13
13
hooks :
14
14
- id : check-ast
15
15
- id : check-yaml
28
28
- id : double-quote-string-fixer
29
29
30
30
- repo : https://github.com/pycqa/isort
31
- rev : 5.12.0
31
+ rev : 5.13.2
32
32
hooks :
33
33
- id : isort
34
34
name : isort
47
47
files : (^tests/|^safe_control_gym/math_and_models/transformations.py)
48
48
49
49
- repo : https://github.com/PyCQA/flake8
50
- rev : 6 .1.0
50
+ rev : 7 .1.1
51
51
hooks :
52
52
- id : flake8
53
53
name : flake8_default
You can’t perform that action at this time.
0 commit comments