Skip to content

Commit a5ed3f4

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#139)
2 parents 1be1db7 + 1357cbb commit a5ed3f4

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ repos:
1111
- id: check-toml
1212
- id: check-yaml
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.8.0
14+
rev: v3.14.0
1515
hooks:
1616
- id: pyupgrade
1717
args: [--py36-plus]
1818
- repo: https://github.com/adamchainz/django-upgrade
19-
rev: 1.14.0
19+
rev: 1.15.0
2020
hooks:
2121
- id: django-upgrade
2222
args: [--target-version, "3.2"]
@@ -30,14 +30,14 @@ repos:
3030
- id: rst-backticks
3131
- id: rst-directive-colons
3232
- repo: https://github.com/asottile/setup-cfg-fmt
33-
rev: v2.4.0
33+
rev: v2.5.0
3434
hooks:
3535
- id: setup-cfg-fmt
3636
- repo: https://github.com/tox-dev/pyproject-fmt
37-
rev: "0.12.1"
37+
rev: "1.2.0"
3838
hooks:
3939
- id: pyproject-fmt
4040
- repo: https://github.com/tox-dev/tox-ini-fmt
41-
rev: "1.2.0"
41+
rev: "1.3.1"
4242
hooks:
4343
- id: tox-ini-fmt

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ classifiers =[
2424
"Operating System :: OS Independent",
2525
"Programming Language :: Python",
2626
"Programming Language :: Python :: 3 :: Only",
27-
"Programming Language :: Python :: 3.6",
2827
"Programming Language :: Python :: 3.7",
2928
"Programming Language :: Python :: 3.8",
3029
"Programming Language :: Python :: 3.9",
3130
"Programming Language :: Python :: 3.10",
3231
"Programming Language :: Python :: 3.11",
32+
"Programming Language :: Python :: 3.12",
3333
"Topic :: Software Development :: Libraries",
3434
"Topic :: Software Development :: Libraries :: Python Modules",
3535
]

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ env_list =
66
py3{11, 10, 9, 8}-dj41
77
py3{10, 9, 8}-dj32
88
py3{12, 11, 10}-djmain
9-
isolated_build = true
109

1110
[testenv]
1211
package = wheel

0 commit comments

Comments
 (0)