Skip to content

Commit 169eb1d

Browse files
authored
Merge pull request #1100 from sigmavirus24/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 79f3af8 + d5f3b8a commit 169eb1d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v2.37.2
26+
rev: v2.37.3
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py36-plus]
@@ -37,7 +37,7 @@ repos:
3737
hooks:
3838
- id: gitlint
3939
- repo: https://github.com/asottile/setup-cfg-fmt
40-
rev: v1.20.2
40+
rev: v2.0.0
4141
hooks:
4242
- id: setup-cfg-fmt
4343
args: [--min-py3-version, '3.6']

setup.cfg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ classifiers =
1717
Programming Language :: Python
1818
Programming Language :: Python :: 3
1919
Programming Language :: Python :: 3 :: Only
20-
Programming Language :: Python :: 3.6
21-
Programming Language :: Python :: 3.7
22-
Programming Language :: Python :: 3.8
23-
Programming Language :: Python :: 3.9
24-
Programming Language :: Python :: 3.10
2520
Programming Language :: Python :: Implementation :: CPython
2621
project_urls =
2722
Documentation = https://github3.readthedocs.io

0 commit comments

Comments
 (0)