Skip to content

Commit 2210b74

Browse files
authored
Merge pull request #170 from chriskuehl/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 23d9c12 + 025e67f commit 2210b74

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: requirements-txt-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/pycqa/flake8
15-
rev: 7.1.2
15+
rev: 7.2.0
1616
hooks:
1717
- id: flake8
1818
- repo: https://github.com/hhatto/autopep8
@@ -30,7 +30,7 @@ repos:
3030
- id: pyupgrade
3131
args: [--py39-plus]
3232
- repo: https://github.com/asottile/setup-cfg-fmt
33-
rev: v2.7.0
33+
rev: v2.8.0
3434
hooks:
3535
- id: setup-cfg-fmt
3636
- repo: https://github.com/pre-commit/mirrors-mypy

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ author_email = [email protected]
99
license = Apache License 2.0
1010
license_files = LICENSE
1111
classifiers =
12-
License :: OSI Approved :: Apache Software License
1312
Programming Language :: Python :: 3
1413
Programming Language :: Python :: 3 :: Only
1514
Programming Language :: Python :: Implementation :: CPython

0 commit comments

Comments
 (0)