Skip to content

Commit d4491d8

Browse files
[pre-commit.ci] pre-commit autoupdate (#8)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.1.0...v4.4.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.1.0](PyCQA/flake8@4.0.1...6.1.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v2.7.1 → v3.10.0](asottile/reorder-python-imports@v2.7.1...v3.10.0) - [github.com/asottile/add-trailing-comma: v2.2.1 → v3.0.1](asottile/add-trailing-comma@v2.2.1...v3.0.1) - [github.com/asottile/setup-cfg-fmt: v1.20.0 → v2.4.0](asottile/setup-cfg-fmt@v1.20.0...v2.4.0) - [github.com/pre-commit/mirrors-prettier: v2.5.1 → v3.0.1](pre-commit/mirrors-prettier@v2.5.1...v3.0.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 31d5885 commit d4491d8

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,32 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.1.0
5+
rev: v4.4.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- id: double-quote-string-fixer
1212
- repo: https://github.com/PyCQA/flake8
13-
rev: 4.0.1
13+
rev: 6.1.0
1414
hooks:
1515
- id: flake8
16-
- repo: https://github.com/asottile/reorder_python_imports
17-
rev: v2.7.1
16+
- repo: https://github.com/asottile/reorder-python-imports
17+
rev: v3.10.0
1818
hooks:
1919
- id: reorder-python-imports
2020
args: [--py3-plus]
2121
- repo: https://github.com/asottile/add-trailing-comma
22-
rev: v2.2.1
22+
rev: v3.0.1
2323
hooks:
2424
- id: add-trailing-comma
2525
args: [--py36-plus]
2626
- repo: https://github.com/asottile/setup-cfg-fmt
27-
rev: v1.20.0
27+
rev: v2.4.0
2828
hooks:
2929
- id: setup-cfg-fmt
3030
- repo: https://github.com/pre-commit/mirrors-prettier
31-
rev: v2.5.1
31+
rev: v3.0.1
3232
hooks:
3333
- id: prettier

setup.cfg

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,13 @@ url = https://github.com/maxwinterstein/shfmt-py
77
author = Max Winterstein
88
author_email = [email protected]
99
license = MIT
10-
license_file = LICENSE
10+
license_files = LICENSE
1111
classifiers =
1212
License :: OSI Approved :: MIT License
1313
Programming Language :: Python :: 3
1414
Programming Language :: Python :: 3 :: Only
15-
Programming Language :: Python :: 3.6
16-
Programming Language :: Python :: 3.7
17-
Programming Language :: Python :: 3.8
18-
Programming Language :: Python :: 3.9
19-
Programming Language :: Python :: 3.10
2015
Programming Language :: Python :: Implementation :: CPython
2116
Programming Language :: Python :: Implementation :: PyPy
2217

2318
[options]
24-
python_requires = >=3.6
19+
python_requires = >=3.8

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
import stat
66
import sys
77
import urllib.request
8-
from distutils.command.build import build as orig_build
9-
from distutils.core import Command
108
from typing import Tuple
119

10+
from distutils.command.build import build as orig_build
11+
from distutils.core import Command
1212
from setuptools import setup
1313
from setuptools.command.install import install as orig_install
1414

0 commit comments

Comments
 (0)