File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11repos :
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-yaml
66 - id : debug-statements
77 - id : end-of-file-fixer
88 - id : trailing-whitespace
99- repo : https://github.com/asottile/reorder-python-imports
10- rev : v3.9 .0
10+ rev : v3.12 .0
1111 hooks :
1212 - id : reorder-python-imports
1313 args : [--application-directories, '.:src', --py37-plus]
1414- repo : https://github.com/psf/black
15- rev : 23.3 .0
15+ rev : 23.12 .0
1616 hooks :
1717 - id : black
1818 args : [--line-length=79]
1919- repo : https://github.com/asottile/pyupgrade
20- rev : v3.4 .0
20+ rev : v3.15 .0
2121 hooks :
2222 - id : pyupgrade
2323 args : [--py37-plus]
2424- repo : https://github.com/pycqa/flake8
25- rev : 6.0 .0
25+ rev : 6.1 .0
2626 hooks :
2727 - id : flake8
2828 exclude : ^(tests/|docs/|setup.py)
2929 additional_dependencies :
3030 - flake8-docstrings
3131 - flake8-import-order
3232- repo : https://github.com/asottile/setup-cfg-fmt
33- rev : v2.2 .0
33+ rev : v2.5 .0
3434 hooks :
3535 - id : setup-cfg-fmt
3636 args : [--include-version-classifiers]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ url = http://rfc3986.readthedocs.io
88author = Ian Stapleton Cordasco
99author_email = graffatcolmingov@gmail.com
1010license = Apache 2.0
11- license_file = LICENSE
11+ license_files = LICENSE
1212classifiers =
1313 Development Status :: 5 - Production/Stable
1414 Intended Audience :: Developers
@@ -17,18 +17,18 @@ classifiers =
1717 Programming Language :: Python
1818 Programming Language :: Python :: 3
1919 Programming Language :: Python :: 3 :: Only
20- Programming Language :: Python :: 3.7
2120 Programming Language :: Python :: 3.8
2221 Programming Language :: Python :: 3.9
2322 Programming Language :: Python :: 3.10
2423 Programming Language :: Python :: 3.11
24+ Programming Language :: Python :: 3.12
2525 Programming Language :: Python :: Implementation :: CPython
2626project_urls =
2727 Source = https://github.com/python-hyper/rfc3986
2828
2929[options]
3030packages = find:
31- python_requires = >=3.7
31+ python_requires = >=3.8
3232include_package_data = True
3333package_dir = =src
3434
You can’t perform that action at this time.
0 commit comments