Skip to content

Commit 5429e5b

Browse files
[pre-commit.ci] pre-commit autoupdate (#1768)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.4.0](asottile/pyupgrade@v3.3.1...v3.4.0) - [github.com/pre-commit/mirrors-eslint: v8.39.0 → v8.40.0](pre-commit/mirrors-eslint@v8.39.0...v8.40.0) - [github.com/tox-dev/pyproject-fmt: 0.10.0 → 0.11.1](tox-dev/pyproject-fmt@0.10.0...0.11.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1b148db commit 5429e5b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
hooks:
1717
- id: doc8
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.3.1
19+
rev: v3.4.0
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py38-plus]
@@ -46,7 +46,7 @@ repos:
4646
args:
4747
- --trailing-comma=es5
4848
- repo: https://github.com/pre-commit/mirrors-eslint
49-
rev: v8.39.0
49+
rev: v8.40.0
5050
hooks:
5151
- id: eslint
5252
files: \.js?$
@@ -60,7 +60,7 @@ repos:
6060
language_version: python3
6161
entry: black --target-version=py38
6262
- repo: https://github.com/tox-dev/pyproject-fmt
63-
rev: 0.10.0
63+
rev: 0.11.1
6464
hooks:
6565
- id: pyproject-fmt
6666
- repo: https://github.com/abravalheri/validate-pyproject

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ classifiers = [
2525
"License :: OSI Approved :: BSD License",
2626
"Operating System :: OS Independent",
2727
"Programming Language :: Python",
28-
"Programming Language :: Python :: 3",
2928
"Programming Language :: Python :: 3 :: Only",
3029
"Programming Language :: Python :: 3.8",
3130
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)