Skip to content

Commit 53d8900

Browse files
[pre-commit.ci] pre-commit autoupdate (#82)
* [pre-commit.ci] pre-commit autoupdate updates: - [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.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 5afaca2 commit 53d8900

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ repos:
4949
args: ["-a", "from __future__ import annotations"] # Python 3.7+
5050

5151
- repo: https://github.com/asottile/pyupgrade
52-
rev: v3.19.1
52+
rev: v3.20.0
5353
hooks:
5454
- id: pyupgrade
5555
args: ["--py37-plus"]
5656

5757
- repo: https://github.com/asottile/setup-cfg-fmt
58-
rev: v2.7.0
58+
rev: v2.8.0
5959
hooks:
6060
- id: setup-cfg-fmt
6161

@@ -77,7 +77,7 @@ repos:
7777
- flake8-print
7878

7979
- repo: https://github.com/pycqa/flake8
80-
rev: 7.1.2
80+
rev: 7.2.0
8181
hooks:
8282
- id: flake8
8383
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 :: OS Independent
2120
Programming Language :: Python
2221
Programming Language :: Python :: 3

0 commit comments

Comments
 (0)