Skip to content

Commit e82bb26

Browse files
Updating GitHub action version and pre-commit hooks
1 parent b47a207 commit e82bb26

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
run_tests:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Set up Python
14-
uses: actions/setup-python@v3
14+
uses: actions/setup-python@v4
1515
with:
1616
python-version: '3.10'
1717
- name: Install dependencies

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.5.0
12+
rev: v5.0.0
1313
hooks:
1414
- id: check-ast
1515
- id: check-yaml
@@ -28,7 +28,7 @@ repos:
2828
- id: double-quote-string-fixer
2929

3030
- repo: https://github.com/pycqa/isort
31-
rev: 5.12.0
31+
rev: 5.13.2
3232
hooks:
3333
- id: isort
3434
name: isort
@@ -47,7 +47,7 @@ repos:
4747
files: (^tests/|^safe_control_gym/math_and_models/transformations.py)
4848

4949
- repo: https://github.com/PyCQA/flake8
50-
rev: 6.1.0
50+
rev: 7.1.1
5151
hooks:
5252
- id: flake8
5353
name: flake8_default

0 commit comments

Comments
 (0)