Skip to content

Commit 24ca2be

Browse files
authored
Merge pull request #59 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 51b6200 + 16225ee commit 24ca2be

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: name-tests-test
1111
- id: requirements-txt-fixer
1212
- repo: https://github.com/asottile/setup-cfg-fmt
13-
rev: v2.7.0
13+
rev: v2.8.0
1414
hooks:
1515
- id: setup-cfg-fmt
1616
- repo: https://github.com/asottile/reorder-python-imports
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: autopep8
3434
- repo: https://github.com/PyCQA/flake8
35-
rev: 7.1.2
35+
rev: 7.2.0
3636
hooks:
3737
- id: flake8
3838
- repo: https://github.com/pre-commit/mirrors-mypy

setup.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ author_email = [email protected]
1010
license = MIT
1111
license_files = LICENSE
1212
classifiers =
13-
License :: OSI Approved :: MIT License
1413
Programming Language :: Python :: 3
1514
Programming Language :: Python :: 3 :: Only
1615
Programming Language :: Python :: Implementation :: CPython

0 commit comments

Comments
 (0)