Skip to content

Commit f1f75f3

Browse files
authored
Merge pull request #277 from asottile/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b42179f + b190e68 commit f1f75f3

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
@@ -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

Lines changed: 0 additions & 1 deletion
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)