Skip to content

Commit 0520645

Browse files
ci(pre-commit): pre-commit autoupdate (#339)
* ci(pre-commit): pre-commit autoupdate updates: - [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.2.0](PyCQA/flake8@7.1.2...7.2.0) * [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 c5005e9 commit 0520645

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
@@ -37,12 +37,12 @@ repos:
3737
args: ["--py39-plus"]
3838

3939
- repo: https://github.com/asottile/setup-cfg-fmt
40-
rev: v2.7.0
40+
rev: v2.8.0
4141
hooks:
4242
- id: setup-cfg-fmt
4343

4444
- repo: https://github.com/pycqa/flake8
45-
rev: 7.1.2
45+
rev: 7.2.0
4646
hooks:
4747
- id: flake8
4848
exclude: docs/conf.py

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ classifiers =
1616
Development Status :: 1 - Planning
1717
Intended Audience :: Developers
1818
Intended Audience :: Science/Research
19-
License :: OSI Approved :: BSD License
2019
Operating System :: MacOS :: MacOS X
2120
Operating System :: POSIX :: Linux
2221
Programming Language :: Python

0 commit comments

Comments
 (0)