Skip to content

Commit de3c023

Browse files
[pre-commit.ci] pre-commit autoupdate (#2471)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Anthony Sottile <[email protected]>
1 parent e826f4a commit de3c023

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v2.37.2
15+
rev: v2.37.3
1616
hooks:
1717
- id: pyupgrade
1818
- repo: https://github.com/PyCQA/isort
@@ -39,16 +39,16 @@ repos:
3939
- id: tox-ini-fmt
4040
args: [ "-p", "fix_lint" ]
4141
- repo: https://github.com/asottile/setup-cfg-fmt
42-
rev: v1.20.2
42+
rev: v2.0.0
4343
hooks:
4444
- id: setup-cfg-fmt
4545
args: [ --min-py3-version, "3.5", "--max-py-version", "3.10" ]
4646
- repo: https://github.com/PyCQA/flake8
47-
rev: 4.0.1
47+
rev: 5.0.2
4848
hooks:
4949
- id: flake8
5050
additional_dependencies:
51-
- flake8-bugbear==21.11.29
51+
- flake8-bugbear==22.7.1
5252
- repo: local
5353
hooks:
5454
- id: changelogs-rst

setup.cfg

-7
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,7 @@ classifiers =
1919
Operating System :: Microsoft :: Windows
2020
Operating System :: POSIX
2121
Programming Language :: Python :: 2
22-
Programming Language :: Python :: 2.7
2322
Programming Language :: Python :: 3
24-
Programming Language :: Python :: 3.5
25-
Programming Language :: Python :: 3.6
26-
Programming Language :: Python :: 3.7
27-
Programming Language :: Python :: 3.8
28-
Programming Language :: Python :: 3.9
29-
Programming Language :: Python :: 3.10
3023
Programming Language :: Python :: Implementation :: CPython
3124
Programming Language :: Python :: Implementation :: PyPy
3225
Topic :: Software Development :: Libraries

0 commit comments

Comments
 (0)