Skip to content

Commit 02557e7

Browse files
[pre-commit.ci] pre-commit autoupdate (#79)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/asottile/setup-cfg-fmt: v2.7.0 → v2.8.0](asottile/setup-cfg-fmt@v2.7.0...v2.8.0) - [github.com/PyCQA/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 440ae7e commit 02557e7

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: autopep8
66
- repo: https://github.com/PyCQA/isort
7-
rev: '6.0.0'
7+
rev: '6.0.1'
88
hooks:
99
- id: isort
1010
- repo: https://github.com/psf/black
@@ -13,12 +13,12 @@ repos:
1313
- id: black
1414
language_version: python3 # Should be a command that runs python3.6+
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v3.19.1
16+
rev: v3.20.0
1717
hooks:
1818
- id: pyupgrade
1919
args: [--py39-plus]
2020
- repo: https://github.com/asottile/setup-cfg-fmt
21-
rev: v2.7.0
21+
rev: v2.8.0
2222
hooks:
2323
- id: setup-cfg-fmt
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -31,10 +31,10 @@ repos:
3131
- id: debug-statements
3232
- id: requirements-txt-fixer
3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 7.1.2
34+
rev: 7.3.0
3535
hooks:
3636
- id: flake8
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.15.0
38+
rev: v1.16.1
3939
hooks:
4040
- id: 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 = Apache-2.0
1111
license_files = LICENSE
1212
classifiers =
13-
License :: OSI Approved :: Apache Software License
1413
Programming Language :: Python :: 3
1514
Programming Language :: Python :: 3 :: Only
1615

0 commit comments

Comments
 (0)