Skip to content

Commit ad025bf

Browse files
authored
Merge pull request #90 from python-hyper/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents e88f779 + 1f5d2fb commit ad025bf

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
@@ -17,7 +17,7 @@ repos:
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v2.37.2
20+
rev: v2.37.3
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py36-plus]
@@ -31,7 +31,7 @@ repos:
3131
hooks:
3232
- id: gitlint
3333
- repo: https://github.com/asottile/setup-cfg-fmt
34-
rev: v1.20.2
34+
rev: v2.0.0
3535
hooks:
3636
- id: setup-cfg-fmt
3737
args: [--min-py3-version, '3.6']

setup.cfg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ classifiers =
1818
Programming Language :: Python
1919
Programming Language :: Python :: 3
2020
Programming Language :: Python :: 3 :: Only
21-
Programming Language :: Python :: 3.6
22-
Programming Language :: Python :: 3.7
23-
Programming Language :: Python :: 3.8
24-
Programming Language :: Python :: 3.9
25-
Programming Language :: Python :: 3.10
2621
Programming Language :: Python :: Implementation :: CPython
2722
keywords = rfc 6570 uri template
2823
project_urls =

0 commit comments

Comments
 (0)