Skip to content

Commit d4cfadc

Browse files
[pre-commit.ci] pre-commit autoupdate (#1838)
1 parent 036e8db commit d4cfadc

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: check-toml
66
- id: check-yaml
@@ -31,15 +31,15 @@ repos:
3131
args:
3232
- --trailing-comma=es5
3333
- repo: https://github.com/pre-commit/mirrors-eslint
34-
rev: v8.50.0
34+
rev: v8.51.0
3535
hooks:
3636
- id: eslint
3737
files: \.js?$
3838
types: [file]
3939
args:
4040
- --fix
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: 'v0.0.291'
42+
rev: 'v0.0.292'
4343
hooks:
4444
- id: ruff
4545
args: [--fix, --exit-non-zero-on-fix]
@@ -50,10 +50,10 @@ repos:
5050
language_version: python3
5151
entry: black --target-version=py38
5252
- repo: https://github.com/tox-dev/pyproject-fmt
53-
rev: 1.1.0
53+
rev: 1.2.0
5454
hooks:
5555
- id: pyproject-fmt
5656
- repo: https://github.com/abravalheri/validate-pyproject
57-
rev: v0.14
57+
rev: v0.15
5858
hooks:
5959
- id: validate-pyproject

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ classifiers = [
3131
"Programming Language :: Python :: 3.9",
3232
"Programming Language :: Python :: 3.10",
3333
"Programming Language :: Python :: 3.11",
34+
"Programming Language :: Python :: 3.12",
3435
"Topic :: Software Development :: Libraries :: Python Modules",
3536
]
3637
dynamic = [

0 commit comments

Comments
 (0)