File tree Expand file tree Collapse file tree 6 files changed +9
-24
lines changed
Expand file tree Collapse file tree 6 files changed +9
-24
lines changed Original file line number Diff line number Diff line change 1313 - name : Set up Python
1414 uses : actions/setup-python@v5
1515 with :
16- python-version : " 3.10 "
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.10
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- - --py310 -plus
26+ - --py313 -plus
Original file line number Diff line number Diff line change 22 "cbv/importer/importers.py" : {
33 "Call to untyped function \" get_code\" in typed context [no-untyped-call]" : 1 ,
44 "Function is missing a type annotation [no-untyped-def]" : 1 ,
5- "Function is missing a type annotation for one or more arguments [no-untyped-def]" : 12
5+ "Function is missing a type annotation for one or more arguments [no-untyped-def]" : 12 ,
6+ "Module has no attribute \" formatargspec\" [attr-defined]" : 1
67 },
78 "cbv/management/commands/cbv_dumpversion.py" : {
89 "Function is missing a type annotation [no-untyped-def]" : 1
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ python_files = [
3737extend-exclude = [
3838 " .env" ,
3939]
40- target-version = " py310 "
40+ target-version = " py313 "
4141
4242[tool .ruff .lint ]
4343extend-select = [
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ coverage==7.8.0
66 # via -r requirements.dev.in
77distlib==0.3.9
88 # via virtualenv
9- exceptiongroup==1.2.2
10- # via pytest
119factory-boy==3.2.0
1210 # via -r requirements.dev.in
1311faker==9.3.1
@@ -52,19 +50,11 @@ six==1.16.0
5250 # python-dateutil
5351text-unidecode==1.3
5452 # via faker
55- tomli==2.2.1
56- # via
57- # -c requirements.prod.txt
58- # coverage
59- # mypy
60- # pytest
6153types-requests==2.27.7
6254 # via -r requirements.dev.in
6355types-urllib3==1.26.7
6456 # via types-requests
6557typing-extensions==4.13.2
66- # via
67- # -c requirements.prod.txt
68- # mypy
58+ # via mypy
6959virtualenv==20.30.0
7060 # via pre-commit
Original file line number Diff line number Diff line change @@ -83,12 +83,6 @@ sphinxcontrib-serializinghtml==2.0.0
8383 # via sphinx
8484sqlparse==0.5.3
8585 # via django
86- tomli==2.2.1
87- # via sphinx
88- typing-extensions==4.13.2
89- # via
90- # asgiref
91- # environs
9286urllib3==2.4.0
9387 # via requests
9488werkzeug==3.1.3
You can’t perform that action at this time.
0 commit comments