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 1313 - name : Set up Python
1414 uses : actions/setup-python@v4
1515 with :
16- python-version : " 3.12 "
16+ python-version : " 3.13 "
1717 cache : " pip"
1818 cache-dependency-path : requirements.*.txt
1919
Original file line number Diff line number Diff line change 11---
22default_language_version :
3- python : python3.12
3+ python : python3.13
44repos :
55 - repo : https://github.com/adamchainz/django-upgrade
66 rev : 1.24.0
@@ -14,13 +14,13 @@ repos:
1414 - id : black
1515
1616 - repo : https://github.com/astral-sh/ruff-pre-commit
17- rev : v0.4.4
17+ rev : v0.11.7
1818 hooks :
1919 - id : ruff
2020
2121 - repo : https://github.com/asottile/pyupgrade
22- rev : v3.15.2
22+ rev : v3.19.1
2323 hooks :
2424 - id : pyupgrade
2525 args :
26- - --py312 -plus
26+ - --py313 -plus
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ python_files = [
3737extend-exclude = [
3838 " .env" ,
3939]
40- target-version = " py312 "
40+ target-version = " py313 "
4141
4242[tool .ruff .lint ]
4343extend-select = [
You can’t perform that action at this time.
0 commit comments