File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 23
23
- name : Set up Python version
24
24
uses : actions/setup-python@v5
25
25
with :
26
- python-version : ' 3.x'
26
+ python-version : |
27
+ 3.9
28
+ 3.10
29
+ 3.11
30
+ 3.12
31
+ 3.13
27
32
- name : Install extra dependencies
28
33
run : |
29
34
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ default_language_version:
3
3
python : python3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v5 .0.0
6
+ rev : v6 .0.0
7
7
hooks :
8
8
- id : check-ast
9
- - id : check -byte-order-marker
9
+ - id : fix -byte-order-marker
10
10
- id : check-case-conflict
11
11
- id : check-docstring-first
12
12
- id : check-json
@@ -26,13 +26,13 @@ repos:
26
26
- id : check-added-large-files
27
27
args : [--maxkb=500]
28
28
- repo : https://github.com/astral-sh/ruff-pre-commit
29
- rev : v0.12.1
29
+ rev : v0.12.10
30
30
hooks :
31
31
- id : ruff
32
32
args : [--fix]
33
33
- id : ruff-format
34
34
- repo : https://github.com/pre-commit/mirrors-mypy
35
- rev : v1.16 .1
35
+ rev : v1.17 .1
36
36
hooks :
37
37
- id : mypy
38
38
args : [--config-file=pyproject.toml]
44
44
# hooks:
45
45
# - id: gitleaks
46
46
- repo : https://github.com/pypa/pip-audit
47
- rev : v2.8 .0
47
+ rev : v2.9 .0
48
48
hooks :
49
49
- id : pip-audit
50
50
args : [.]
You can’t perform that action at this time.
0 commit comments