Skip to content

Commit eb657b9

Browse files
authored
Merge pull request #110 from python-hyper/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 85619cc + 74fb01d commit eb657b9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ repos:
77
- id: debug-statements
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
10-
- repo: https://github.com/asottile/reorder_python_imports
11-
rev: v3.9.0
10+
- repo: https://github.com/asottile/reorder-python-imports
11+
rev: v3.10.0
1212
hooks:
1313
- id: reorder-python-imports
1414
args: [--application-directories, '.:src', --py36-plus]
1515
- repo: https://github.com/psf/black
16-
rev: 23.3.0
16+
rev: 23.7.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.3.2
20+
rev: v3.10.1
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py36-plus]
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.2.0
25+
rev: v1.5.0
2626
hooks:
2727
- id: mypy
2828
exclude: ^(docs/|tests/)
@@ -31,7 +31,7 @@ repos:
3131
hooks:
3232
- id: gitlint
3333
- repo: https://github.com/asottile/setup-cfg-fmt
34-
rev: v2.2.0
34+
rev: v2.4.0
3535
hooks:
3636
- id: setup-cfg-fmt
3737
args: [--min-py3-version, '3.6']

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ url = https://uritemplate.readthedocs.org
88
author = Ian Stapleton Cordasco
99
author_email = [email protected]
1010
license = BSD 3-Clause OR Apache-2.0
11-
license_file = LICENSE
11+
license_files = LICENSE
1212
classifiers =
1313
Development Status :: 5 - Production/Stable
1414
Intended Audience :: Developers

0 commit comments

Comments
 (0)