Skip to content

Commit b4c989f

Browse files
authored
Merge pull request #237 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 24b7c57 + b604283 commit b4c989f

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
@@ -11,7 +11,6 @@ license = MIT
1111
license_files = LICENSE
1212
platforms = all
1313
classifiers =
14-
License :: OSI Approved :: MIT License
1514
Programming Language :: Python :: 3
1615
Programming Language :: Python :: 3 :: Only
1716
Programming Language :: Python :: Implementation :: CPython

0 commit comments

Comments
 (0)