Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
kytta committed Oct 4, 2023
2 parents 1be1db7 + 1357cbb commit a5ed3f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ repos:
- id: check-toml
- id: check-yaml
- repo: https://github.com/asottile/pyupgrade
rev: v3.8.0
rev: v3.14.0
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.14.0
rev: 1.15.0
hooks:
- id: django-upgrade
args: [--target-version, "3.2"]
Expand All @@ -30,14 +30,14 @@ repos:
- id: rst-backticks
- id: rst-directive-colons
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.4.0
rev: v2.5.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "0.12.1"
rev: "1.2.0"
hooks:
- id: pyproject-fmt
- repo: https://github.com/tox-dev/tox-ini-fmt
rev: "1.2.0"
rev: "1.3.1"
hooks:
- id: tox-ini-fmt
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ classifiers =[
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
]
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ env_list =
py3{11, 10, 9, 8}-dj41
py3{10, 9, 8}-dj32
py3{12, 11, 10}-djmain
isolated_build = true

[testenv]
package = wheel
Expand Down

0 comments on commit a5ed3f4

Please sign in to comment.