File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
- name : Set up Python
14
14
uses : actions/setup-python@v4
15
15
with :
16
- python-version : " 3.12 "
16
+ python-version : " 3.13 "
17
17
cache : " pip"
18
18
cache-dependency-path : requirements.*.txt
19
19
Original file line number Diff line number Diff line change 1
1
---
2
2
default_language_version :
3
- python : python3.12
3
+ python : python3.13
4
4
repos :
5
5
- repo : https://github.com/adamchainz/django-upgrade
6
6
rev : 1.24.0
@@ -14,13 +14,13 @@ repos:
14
14
- id : black
15
15
16
16
- repo : https://github.com/astral-sh/ruff-pre-commit
17
- rev : v0.4.4
17
+ rev : v0.11.7
18
18
hooks :
19
19
- id : ruff
20
20
21
21
- repo : https://github.com/asottile/pyupgrade
22
- rev : v3.15.2
22
+ rev : v3.19.1
23
23
hooks :
24
24
- id : pyupgrade
25
25
args :
26
- - --py312 -plus
26
+ - --py313 -plus
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ python_files = [
37
37
extend-exclude = [
38
38
" .env" ,
39
39
]
40
- target-version = " py312 "
40
+ target-version = " py313 "
41
41
42
42
[tool .ruff .lint ]
43
43
extend-select = [
You can’t perform that action at this time.
0 commit comments