Skip to content

Commit 58271d7

Browse files
authored
Merge pull request #29 from PyCQA/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 56723c4 + c2efdff commit 58271d7

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ repos:
1818
- id: black
1919
args: [--line-length=79]
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v2.37.2
21+
rev: v2.37.3
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py36-plus]
2525
- repo: https://github.com/asottile/setup-cfg-fmt
26-
rev: v1.20.2
26+
rev: v2.0.0
2727
hooks:
2828
- id: setup-cfg-fmt
2929
args: [--min-py3-version, '3.6']

setup.cfg

-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ classifiers =
1818
Operating System :: OS Independent
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 = PEP 257, pydocstyle, pep257, docstrings, flake8
2823
provides = flake8_docstrings

0 commit comments

Comments
 (0)